Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better log msg when template file doesn't exist. #17

Merged
merged 1 commit into from
Jun 17, 2015

Commits on Jun 9, 2015

  1. Better log msg when template file doesn't exist.

    Before, if Magento was not able to locate a file, and error like this was logged:
    2015-06-09T11:32:35+00:00 ERR (3): Warning: include(): Filename cannot be empty  in app/code/core/Mage/Core/Block/Template.php on line 241
    
    Which is not very helpful. 
    This change makes Magento log a filename and also fixes the one parameter too much in the Mage::log call.
    tmotyl committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    c5314f6 View commit details
    Browse the repository at this point in the history