diff options
Diffstat (limited to 'core/controllers/admin_maintenance.php')
-rw-r--r-- | core/controllers/admin_maintenance.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/controllers/admin_maintenance.php b/core/controllers/admin_maintenance.php index df912e29..52378fbc 100644 --- a/core/controllers/admin_maintenance.php +++ b/core/controllers/admin_maintenance.php @@ -44,7 +44,6 @@ class Admin_Maintenance_Controller extends Admin_Controller { ->where("done", 0)->orderby("updated", "DESC")->find_all(); $view->content->finished_tasks = ORM::factory("task") ->where("done", 1)->orderby("updated", "DESC")->find_all(); - $view->content->csrf = access::csrf_token(); print $view; } |