From c65edd1f8b360afcbdbe6b57be6b467de0312e2f Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 30 Apr 2016 15:05:55 +0200 Subject: Move plugin spec into repo --- cron/updater.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'cron') diff --git a/cron/updater.php b/cron/updater.php index d2c5aaa96..46790d793 100644 --- a/cron/updater.php +++ b/cron/updater.php @@ -5,13 +5,12 @@ * This file is licensed under the Affero General Public License version 3 or * later. See the COPYING file. * - * @author Alessandro Cosentino - * @author Bernhard Posselt + * @author Alessandro Cosentino + * @author Bernhard Posselt * @copyright Alessandro Cosentino 2012 * @copyright Bernhard Posselt 2012, 2014 */ - namespace OCA\News\Cron; use OCA\News\AppInfo\Application; @@ -21,7 +20,6 @@ use OCA\News\Utility\Updater as UpdaterService; class Updater { - public static function run() { $app = new Application(); @@ -38,5 +36,4 @@ class Updater { } } - } -- cgit v1.2.3