Changeset 112
- Timestamp:
- 03/03/08 21:59:38 (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
r95 r112 61 61 $method = 'onDo' . ucfirst($command); 62 62 if (empty ($params)) { 63 if (!$this->methods[$command][ 0]) {63 if (!$this->methods[$command][1]) { 64 64 $this->$method(); 65 65 }