Changeset 896 for plugins/hpm/trunk/habaripackage.php
- Timestamp:
- 09/05/08 01:33:40 (4 months ago)
- Files:
-
- 1 modified
-
plugins/hpm/trunk/habaripackage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/hpm/trunk/habaripackage.php
r884 r896 218 218 private function trigger_hooks( $hook ) 219 219 { 220 $install_profile = $this->install_profile; 220 221 switch ( $this->type ) { 221 222 case 'plugin': 222 foreach( $ this->install_profile as $file => $install_location ) {223 foreach( $install_profile as $file => $install_location ) { 223 224 if ( strpos( basename($file), '.plugin.php' ) !== false ) { 224 225 $plugin_file = HABARI_PATH . $install_location;
