Skip to content

Commit

Permalink
Respect current error reporting level
Browse files Browse the repository at this point in the history
  • Loading branch information
empiricompany committed May 6, 2024
1 parent 8122a7e commit 9744446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/code/community/MM/Ignition/Model/Observer.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function handleIgnitionRegister(Varien_Event_Observer $observer)
}

Mage::app()->setErrorHandler(NULL);
$this->getIgnitionInstance()->register();
$this->getIgnitionInstance()->register(error_reporting());
}

/**
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/MM/Ignition/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<MM_Ignition>
<version>1.4.0</version>
<version>1.4.1</version>
</MM_Ignition>
</modules>
<global>
Expand Down

0 comments on commit 9744446

Please sign in to comment.