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 593502e commit 00ee280Copy full SHA for 00ee280
app/Mage.php
@@ -48,14 +48,6 @@
48
49
Varien_Autoload::register();
50
51
-/** AUTOLOADER PATCH **/
52
-if (file_exists($autoloaderPath = BP . DS . 'vendor/autoload.php') ||
53
- file_exists($autoloaderPath = BP . DS . '../vendor/autoload.php')
54
-) {
55
- require $autoloaderPath;
56
-}
57
58
-
59
/* Support additional includes, such as composer's vendor/autoload.php files */
60
foreach (glob(BP . DS . 'app' . DS . 'etc' . DS . 'includes' . DS . '*.php') as $path) {
61
include_once $path;
0 commit comments