]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_surfbar.php
Fix for surfbar reset
[mailer.git] / inc / reset / reset_surfbar.php
index 5398a779e80ebd855428efec32b04b5a55e076d1..11408d71bcd92853dd13f6743cdebaa7fe0d7a2a 100644 (file)
@@ -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;