Dotclear


Ignore:
Timestamp:
07/14/13 11:38:46 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Fix Notice variable undefined, thank's insy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/plugins.php

    r1180 r1182  
    167167 
    168168               # --BEHAVIOR-- pluginBeforeAdd 
    169                $core->callBehavior('pluginsBeforeAdd', $plugin); 
     169               $core->callBehavior('pluginsBeforeAdd', $plugin_id); 
    170170                               
    171171               $ret_code = $core->plugins->installPackage($dest,$core->plugins); 
    172172 
    173173               # --BEHAVIOR-- pluginAfterAdd 
    174                $core->callBehavior('pluginsAfterAdd', $plugin); 
     174               $core->callBehavior('pluginsAfterAdd', $plugin_id); 
    175175                
    176176               http::redirect('plugins.php?added='.$ret_code); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map