Commit 73cfd502 authored by brokentwill's avatar brokentwill

Version 1.2.8 Add more magic functions in helper

parent 150d011d
...@@ -46,7 +46,9 @@ class OnlineBiz_ObBase_Helper_Data extends Mage_Core_Helper_Abstract ...@@ -46,7 +46,9 @@ class OnlineBiz_ObBase_Helper_Data extends Mage_Core_Helper_Abstract
Mage::log($this->getOwnModuleName() . ' : ' . $string, null, 'obdebug.log'); Mage::log($this->getOwnModuleName() . ' : ' . $string, null, 'obdebug.log');
} }
public function isConflict($module) { public function isConflict() {
$module = 'OnlineBiz_'.$this->getOwnModuleName();
$rewrites = $this->getAllRewrites(); $rewrites = $this->getAllRewrites();
$i = 0; $i = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment