- Timestamp:
- 2012/06/20 11:57:43 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/helper/SC_Helper_Plugin.php
r21915 r21927 109 109 110 110 krsort($this->arrRegistedPluginActions[$hook_point]); 111 foreach ($this->arrRegistedPluginActions[$hook_point] as $ priority => $arrFuncs) {111 foreach ($this->arrRegistedPluginActions[$hook_point] as $arrFuncs) { 112 112 113 113 foreach ($arrFuncs as $func) {
Note: See TracChangeset
for help on using the changeset viewer.
