fix flushrouter.php -- tried to call Cache::delete statically

This commit is contained in:
Brion Vibber 2011-03-16 15:01:58 -07:00
parent 7785407c65
commit 09a4cebd47
1 changed files with 2 additions and 1 deletions

View File

@ -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";