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 5351a98 commit e2cc538Copy full SHA for e2cc538
app/code/core/Mage/Core/Model/Layout/Update.php
@@ -362,6 +362,7 @@ public function fetchDbLayoutUpdates($handle)
362
Varien_Profiler::start($_profilerKey);
363
$updateStr = $this->_getUpdateString($handle);
364
if (!$updateStr) {
365
+ Varien_Profiler::stop($_profilerKey);
366
return false;
367
}
368
$updateStr = '<update_xml>' . $updateStr . '</update_xml>';
0 commit comments