فهرست منبع

! in the event that someone is using eacc < 0.9.6, the clear cache needs to be suppressed

Signed-off-by: Spuds <[email protected]>
Spuds 11 سال پیش
والد
کامیت
0c9542b906
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Sources/Subs.php

+ 1 - 1
Sources/Subs.php

@@ -3649,7 +3649,7 @@ function clean_cache($type = '')
 
 				// Remove all unused scripts and data from shared memory and disk cache,
 				// e.g. all data that isn't used in the current requests.
-				eaccelerator_clear();
+				@eaccelerator_clear();
 			}
 		case 'mmcache':
 			if (function_exists('mmcache_gc'))