We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c170d40 commit 22e31f5Copy full SHA for 22e31f5
shell/core_modules.php
@@ -24,7 +24,7 @@
24
* @link http://github.com/sourcerer-mike/Magento-devMode
25
* @since 0.3.0
26
*/
27
-class LeMike_DevMode_Shell_ListRewrites extends Mage_Shell_Abstract
+class LeMike_DevMode_Shell_CoreModules extends Mage_Shell_Abstract
28
{
29
const LOADING_MAGENTO = "Loading Magento ...";
30
@@ -138,5 +138,5 @@ protected function _filterName($modules)
138
139
echo LeMike_DevMode_Shell_ListRewrites::LOADING_MAGENTO;
140
141
-$cmd = new LeMike_DevMode_Shell_ListRewrites();
+$cmd = new LeMike_DevMode_Shell_CoreModules();
142
$cmd->run();
0 commit comments