Changeset 3189

Show
Ignore:
Timestamp:
05/05/07 01:59:03 (3 years ago)
Author:
inureyes
Message:

#382

  • Move to trunk / 1.5 tree.
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.5/lib/plugins.php

    r3144 r3189  
    379379                        $pluginURL = "{$service['path']}/plugins/{$plugin}"; 
    380380                        $pluginPath = ROOT . "/plugins/{$plugin}"; 
    381                         $pluginName = $mapping['plugin']; 
    382381                        if( !empty( $configMappings[$plugin]['config'] ) )               
    383382                            $configVal = getCurrentSetting($plugin); 
  • trunk/lib/plugins.php

    r3144 r3189  
    317317                        $pluginURL = "{$service['path']}/plugins/{$plugin}"; 
    318318                        $pluginPath = ROOT . "/plugins/{$plugin}"; 
    319                         $pluginName = $mapping['plugin']; 
    320319                        if( !empty( $configMappings[$plugin]['config'] ) )               
    321320                            $configVal = getCurrentSetting($plugin);