We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 80dd795d authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

! Fix Varien_Autoloader problem

parent acc11d7b
......@@ -312,7 +312,7 @@ USAGE;
*/
protected function _fixAutoloader()
{
$autoloaderFile = $this->getArg('project') . DIRECTORY_SEPARATOR . 'lib/Varien/Autoloader.php';
$autoloaderFile = $this->getArg('project') . DIRECTORY_SEPARATOR . 'lib/Varien/Autoload.php';
file_put_contents(
$autoloaderFile,
......@@ -322,6 +322,7 @@ USAGE;
file_get_contents($autoloaderFile)
)
);
echo "Varien_Autoloader was patched\n";
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment