diff --git a/e107_files/shortcode/admin_log.sc b/e107_files/shortcode/admin_log.sc index 4c433b87d..c7f373356 100644 --- a/e107_files/shortcode/admin_log.sc +++ b/e107_files/shortcode/admin_log.sc @@ -3,7 +3,7 @@ if (getperms('0')) if (!function_exists('admin_log')) { function admin_log() { global $sql, $ns; - $text = E_16_ADMINLOG." ".ADLAN_116."\n"; + $text = E_16_ADMINLOG." ".ADLAN_116."\n"; if (e_QUERY == "logall") { $text .= "
"; $cnt = $sql -> db_Select("dblog", "*", "ORDER BY `dblog_datestamp` DESC", "no_where");