X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Freset%2Freset_surfbar.php;h=11408d71bcd92853dd13f6743cdebaa7fe0d7a2a;hp=5398a779e80ebd855428efec32b04b5a55e076d1;hb=c54e85a639cf7c0040084916cf825f567265a3b5;hpb=320431167332e4212bbba7a442349393cab3e047 diff --git a/inc/reset/reset_surfbar.php b/inc/reset/reset_surfbar.php index 5398a779e8..11408d71bc 100644 --- a/inc/reset/reset_surfbar.php +++ b/inc/reset/reset_surfbar.php @@ -43,7 +43,7 @@ if (!defined('__SECURITY')) { if (($CSS == 1) || (!defined('__DAILY_RESET'))) return; // Reset surfbar counter -UPDATE_CONFIG(array("surfbar_daily_counter", "surfbar_yester_counter`"), array(0, $_CONFIG['surfbar_daily_counter'])); +UPDATE_CONFIG(array("surfbar_daily_counter", "surfbar_yester_counter"), array(0, $_CONFIG['surfbar_daily_counter'])); $_CONFIG['surfbar_yester_counter'] = $_CONFIG['surfbar_daily_counter']; $_CONFIG['surfbar_daily_counter'] = 0;