Changeset 3192

Show
Ignore:
Timestamp:
11/26/06 20:35:22 (6 years ago)
Author:
qldrob
Message:

Put old hooks back into the proper order. This means that pinsets and cidlookup work again, but, they don't display properly. Going to see if I can fix this a different way.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/config.php

    r3184 r3192  
    259259        $module_hook = new moduleHook; 
    260260         
     261        // populate object variables 
     262        $module_hook->install_hooks($itemid,$modkey,$item); 
     263 
    261264        // let hooking modules process the $_REQUEST 
    262265        $module_hook->process_hooks($itemid,$modkey,$item,$_REQUEST); 
    263         // populate object variables 
    264         $module_hook->install_hooks($itemid,$modkey,$item); 
    265266         
    266267        // include the module page