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'
Updated by Robert Lemke over 12 years ago
- Category changed from Cache to Core
- Status changed from New to Accepted
- Target version changed from 1.0 alpha 6 to 1.0 alpha 7
Updated by Robert Lemke over 12 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Resolved in r3654