Skip to content

Commit

Permalink
Fix SvenSniff style error. ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmollenhour authored Mar 4, 2021
1 parent 6b0f32b commit b5f6492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Mage.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

Mage::register('original_include_path', get_include_path());

if ( ! empty($_SERVER['MAGE_IS_DEVELOPER_MODE']) || ! empty($_ENV['MAGE_IS_DEVELOPER_MODE'])) {
if (!empty($_SERVER['MAGE_IS_DEVELOPER_MODE']) || !empty($_ENV['MAGE_IS_DEVELOPER_MODE'])) {
Mage::setIsDeveloperMode(true);
ini_set('display_errors', 1);
}
Expand Down

0 comments on commit b5f6492

Please sign in to comment.