File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ public function register()
1818 $ this ->_registerCloudinaryAutoloader ();
1919 $ this ->_registerCloudinaryExtensionAutoloader ();
2020 $ this ->_reregisterVarienAutoloaders ();
21+ require_once (Mage::getBaseDir ('lib ' ) . DS . 'CloudinaryExtension ' . DS . 'vendor ' . DS . 'autoload.php ' );
2122 }
2223 }
2324
Original file line number Diff line number Diff line change 9292 </cloudinary_cloudinary >
9393 </helpers >
9494 <events >
95- <controller_front_init_before >
96- <observers >
97- <cloudinary_autoloader >
98- <type >singleton</type >
99- <class >cloudinary_cloudinary/observer_autoload</class >
100- <method >autoloadRegister</method >
101- </cloudinary_autoloader >
102- </observers >
103- </controller_front_init_before >
10495 <catalog_product_save_after >
10596 <observers >
10697 <upload_images_to_cloudinary >
You can’t perform that action at this time.
0 commit comments