Changeset 223 for trunk/Phergie/Plugin/ModuleList.php
- Timestamp:
- 04/13/08 00:21:06 (7 months ago)
- Files:
-
- trunk/Phergie/Plugin/ModuleList.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Phergie/Plugin/ModuleList.php
r218 r223 57 57 $source = $this->event->getSource(); 58 58 $rawArgs = $this->parseArguments($rawArgs); 59 $target = trim(strtolower(!empty($rawArgs['strings'][0]) && $this->fromAdmin( false) ? $rawArgs['strings'][0] : $source));59 $target = trim(strtolower(!empty($rawArgs['strings'][0]) && $this->fromAdmin(true) ? $rawArgs['strings'][0] : $source)); 60 60 $pluginData = array(); 61 61