You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
Is there any special reason why you use $layout = Mage::getSingleton(strtolower('Core/Layout')); especially the strtolower('Core/Layout') part in your code, as - for example - multiple times like here:
Is there any special reason why you use
$layout = Mage::getSingleton(strtolower('Core/Layout'));
especially thestrtolower('Core/Layout')
part in your code, as - for example - multiple times like here:manadev-core-libraries-for-magento/Core/code/Helper/Js.php
Line 456 in 10fd58b
I wonder why it's not
Mage::getSingleton('core/layout');
instead?The text was updated successfully, but these errors were encountered: