Bug #6047
./flow3 - wrong flush cache controller
Status:
Resolved
Priority:
Should have
Assignee:
Category:
Core
Target version:
Start date:
2010-01-16
Due date:
% Done:
100%
Estimated time:
PHP Version:
Has patch:
Complexity:
Description
Hi,
the commandline script ./flow3 calls a wrong controller by flushing the cache
line 177
CONTROLLER='Manager'
but there is no "ManagerController" only a "CacheManagerController"
Change this line and it works!
CONTROLLER='CacheManager'