From 4de90141163ccf31e583955d291243beedb1ac6f Mon Sep 17 00:00:00 2001 From: GaziYucel Date: Mon, 6 May 2024 14:07:37 +0200 Subject: [PATCH] minor whitespace reformat --- CitationManagerPlugin.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CitationManagerPlugin.php b/CitationManagerPlugin.php index 6cb236c3..a07a30f3 100755 --- a/CitationManagerPlugin.php +++ b/CitationManagerPlugin.php @@ -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';