Changeset 907

Show
Ignore:
Timestamp:
07/20/08 17:34:54 (3 months ago)
Author:
bermiferrer
Message:

Fixing bug (no index on array warning) on the plugin manager introduced on [822]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/AkPlugin/AkPluginManager.php

    r822 r907  
    215215    function guessBestInstallMethod($options = array()) 
    216216    { 
    217         if(is_dir($options['parameters'])){ 
     217        if(!empty($options['parameters']) && is_dir($options['parameters'])){ 
    218218            return 'local directory'; 
    219219        }elseif($this->canUseSvn()){