Changeset 2836
- Timestamp:
- 11/21/08 05:12:05 (7 weeks ago)
- Files:
-
- 1 modified
-
trunk/htdocs/system/classes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/system/classes/pluggable.php
r2835 r2836 99 99 // get the aliases. 100 100 if ( method_exists( $this, 'alias' ) ) { 101 $methods = array_merge ( $methods, $this->alias() );101 $methods = array_merge_recursive( $methods, $this->alias() ); 102 102 } 103 103 // loop over all the methods in this class
