removed error logging, also did something with the search, which now works
This commit is contained in:
@ -86,7 +86,6 @@ class OCActivity extends RevisionableContentEntityBase implements OCActivityInte
|
||||
public static function currentDateTime() {
|
||||
$current_time = DrupalDateTime::createFromTimestamp(time());
|
||||
$formatted = $current_time->format('Y-m-d');
|
||||
error_log($formatted);
|
||||
return $formatted;
|
||||
}
|
||||
/**
|
||||
|
Reference in New Issue
Block a user