diff --git a/core/modules/system/system.module b/core/modules/system/system.module index 4d2f61e..6fe74c5 100644 --- a/core/modules/system/system.module +++ b/core/modules/system/system.module @@ -1001,8 +1001,7 @@ function system_menu() { ); $items['admin/reports/status/run-cron'] = array( 'title' => 'Run cron', - 'page callback' => 'system_run_cron', - 'access arguments' => array('administer site configuration'), + 'route_name' => 'system_run_cron', 'type' => MENU_CALLBACK, 'file' => 'system.admin.inc', );