diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -396,6 +396,9 @@ if(stristr( implode("",$_SESSION['sysmsg']), t('Permission denied'))) { call_hooks('page_end', $a->page['content']); +if(! $a->install) + check_cron_broken(); + construct_page($a); session_write_close(); |