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 9828e85 commit e9d2d75Copy full SHA for e9d2d75
app/code/core/Mage/Core/Helper/Data.php
@@ -780,7 +780,7 @@ public function mergeFiles(
780
foreach ($srcFiles as $file) {
781
if (!file_exists($file)) {
782
// no translation intentionally
783
- throw new Exception(sprintf('File %s not found.', $file));
+ Mage::logException(new Exception(sprintf('File %s not found.', $file)));
784
} elseif (@filemtime($file) > $targetMtime) {
785
$shouldMerge = true;
786
break;
0 commit comments