Changeset 249
- Timestamp:
- 09/05/06 13:57:07 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/jelix/core/request/jCmdLineRequest.class.php
r248 r249 44 44 $this->params = $argv; 45 45 $this->params['module'] = $selector->module; 46 $this->params['action'] = $selector->res source;46 $this->params['action'] = $selector->resource; 47 47 } 48 48 }
