Skip to content

Commit

Permalink
minor whitespace reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
GaziYucel committed May 6, 2024
1 parent 7e1e33d commit 4de9014
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CitationManagerPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public function register($category, $path, $mainContextId = null): bool
$pluginApiHandler = new PluginAPIHandler();
Hook::add('Dispatcher::dispatch', [$pluginApiHandler, 'register']);

// // task scheduler; not working as expected
// Hook::add('AcronPlugin::parseCronTab', function ($hookName, $args) {
// $taskFilesPath =& $args[0];
// $taskFilesPath[] = $this->getPluginPath() . DIRECTORY_SEPARATOR . 'scheduledTasks.xml';
Expand Down

0 comments on commit 4de9014

Please sign in to comment.