mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 16:44:11 +03:00
Fix notification about cron at operator/history.php
This commit is contained in:
parent
6ad1828079
commit
b337c689b9
@ -21,7 +21,7 @@ $page['menuid'] = "history";
|
||||
|
||||
function tpl_content() { global $page, $webimroot;
|
||||
?>
|
||||
<?php if (! $page['pagination.items']) { ?>
|
||||
<?php if ($page['pagination'] && !$page['pagination.items']) { ?>
|
||||
<div id="formmessage"><?php echo getlocal2("cron.check.setup", array($page['cron_path'])) ?></div>
|
||||
<?php } ?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user