Assembla home | Assembla project page
 

Changeset 95

Show
Ignore:
Timestamp:
03/01/08 20:05:00 (9 months ago)
Author:
tobias382
Message:

Fixed an issue with the Command parameter parsing fix in r94

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Phergie/Plugin/Abstract/Command.php

    r94 r95  
    6161                $method = 'onDo' . ucfirst($command); 
    6262                if (empty ($params)) { 
    63                     if (!$this->methods[$command]) { 
     63                    if (!$this->methods[$command][0]) { 
    6464                        $this->$method(); 
    6565                    }