Show
Ignore:
Timestamp:
09/05/08 01:33:40 (4 months ago)
Author:
MattRead
Message:

fix compat issues

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/hpm/trunk/habaripackage.php

    r884 r896  
    218218    private function trigger_hooks( $hook ) 
    219219    { 
     220        $install_profile = $this->install_profile; 
    220221        switch ( $this->type ) { 
    221222            case 'plugin': 
    222                 foreach( $this->install_profile as $file => $install_location ) { 
     223                foreach( $install_profile as $file => $install_location ) { 
    223224                    if ( strpos( basename($file), '.plugin.php' ) !== false ) { 
    224225                        $plugin_file = HABARI_PATH . $install_location;