diff --git a/admin/cron.php b/admin/cron.php index ba149b4cfd6..ffff0a82385 100644 --- a/admin/cron.php +++ b/admin/cron.php @@ -521,7 +521,7 @@ $difftime = microtime_diff($starttime, microtime()); mtrace("Execution took ".$difftime." seconds"); -/// finishe the IE hack +/// finish the IE hack if (check_browser_version('MSIE')) { echo ""; }