Changeset 249

Show
Ignore:
Timestamp:
09/05/06 13:57:07 (2 years ago)
Author:
bballizlife
Message:

correction erreur de typo dans jCmdLineRequest

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/jelix/core/request/jCmdLineRequest.class.php

    r248 r249  
    4444        $this->params = $argv; 
    4545        $this->params['module'] = $selector->module; 
    46         $this->params['action'] = $selector->ressource; 
     46        $this->params['action'] = $selector->resource; 
    4747    } 
    4848} 
Download in other formats: Unified Diff Zip Archive