]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
We haven't added the cron plugin yet
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 19 Nov 2013 13:02:53 +0000 (14:02 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 19 Nov 2013 13:02:53 +0000 (14:02 +0100)
lib/queuemanager.php

index dde78264d03e8a90d8b56f2a269a591787c03cd0..0e37ab0c530f84c363987adf881a430a06a60437 100644 (file)
@@ -67,9 +67,6 @@ abstract class QueueManager extends IoManager
                     self::$qm = new UnQueueManager();
                 } else {
                     switch ($type) {
-                     case 'cron':
-                        self::$qm = new GNUsocialCron();
-                        break;
                      case 'db':
                         self::$qm = new DBQueueManager();
                         break;