Fixing deprecation notices for php5.3

This commit is contained in:
mark_story 2009-09-08 23:17:29 -04:00
parent f078517002
commit c08153e1bd

View file

@ -207,7 +207,7 @@ class ShellDispatcher {
}
foreach ($pluginPaths as $pluginPath) {
$Folder =& new Folder($pluginPath);
$Folder = new Folder($pluginPath);
list($plugins,) = $Folder->read(false, true);
foreach ((array)$plugins as $plugin) {
$path = $pluginPath . Inflector::underscore($plugin) . DS . 'vendors' . DS . 'shells' . DS;