Changeset 1808659
- Timestamp:
- 01/24/2018 02:39:37 PM (8 years ago)
- Location:
- livehelpnow-helpdesk
- Files:
-
- 1 deleted
- 1 edited
-
tags/0.1.1 (deleted)
-
trunk/src/class/HooksActivator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
livehelpnow-helpdesk/trunk/src/class/HooksActivator.php
r1806916 r1808659 56 56 $callback = array( $object, $method->getName() ); 57 57 58 call_user_func( array( $this, "add_{$type}" ),$name, $callback, compact( 'priority', 'arg_count' ) );58 $this->{"add_{$type}"}( $name, $callback, compact( 'priority', 'arg_count' ) ); 59 59 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.