Exwebris / CheeseCake

CakePHP with some cheese and jam
2 stars 0 forks source link

app/Console/cake doesn't find plugins' shells #28

Open mamchenkov opened 10 years ago

mamchenkov commented 10 years ago

After fixing Bug #25 app/Console/cake runs just fine. Howerver it doesn't find any shells from plugins.

mamchenkov commented 10 years ago

Quick troubleshooting session got me the stage where CakePlugin::loaded() loads plugins when called via the web and doesn't load any plugins when called from the shell.

Asking around on IRC, got me to this commit, that looks like exactly what I need.