Skip to content

Commit

Permalink
! in the event that someone is using eacc < 0.9.6, the clear cache ne…
Browse files Browse the repository at this point in the history
…eds to be suppressed

Signed-off-by: Spuds <[email protected]>
  • Loading branch information
Spuds committed Sep 23, 2012
1 parent 8193eb1 commit 0c9542b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Subs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 0c9542b

Please sign in to comment.