Bug #6059
./flow3 - wrong package controller
Status:
Resolved
Priority:
Must have
Assignee:
Category:
Core
Target version:
Start date:
2010-01-16
Due date:
2010-01-18
% Done:
100%
Estimated time:
PHP Version:
Has patch:
Complexity:
Description
I believe that line 127 should be changed from:
CONTROLLER='Manager'
to:
CONTROLLER='PackageManager'
Seems that when classes were renamed, perhaps they didn't get renamed in the flow3 script (see related bug 6047)