summaryrefslogtreecommitdiffstats
path: root/cron.php
diff options
context:
space:
mode:
Diffstat (limited to 'cron.php')
-rw-r--r--cron.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/cron.php b/cron.php
index c8eed3afbe7..55666fbc937 100644
--- a/cron.php
+++ b/cron.php
@@ -50,11 +50,6 @@ try {
exit;
}
- if (\OC::$server->getSystemConfig()->getValue('singleuser', false)) {
- \OCP\Util::writeLog('cron', 'We are in admin only mode, skipping cron', \OCP\Util::DEBUG);
- exit;
- }
-
// load all apps to get all api routes properly setup
OC_App::loadApps();