Changeset 95
- Timestamp:
- 03/01/08 20:05:00 (9 months ago)
- Files:
-
- trunk/Phergie/Plugin/Abstract/Command.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Phergie/Plugin/Abstract/Command.php
r94 r95 61 61 $method = 'onDo' . ucfirst($command); 62 62 if (empty ($params)) { 63 if (!$this->methods[$command] ) {63 if (!$this->methods[$command][0]) { 64 64 $this->$method(); 65 65 }