fix flushrouter.php -- tried to call Cache::delete statically
This commit is contained in:
@@ -28,6 +28,7 @@ END_OF_FLUSHROUTER_HELP;
|
||||
|
||||
require_once INSTALLDIR.'/scripts/commandline.inc';
|
||||
|
||||
Cache::delete(Router::cacheKey());
|
||||
$cache = Cache::instance();
|
||||
$cache->delete(Router::cacheKey());
|
||||
|
||||
print "OK.\n";
|
Reference in New Issue
Block a user