developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 10 years ago
Closed 9 years ago
#1402 closed bug (fixed)
php cmd.php acl2group create "manager" : too many parameters
Reported by: | foxmask | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.3 |
Component: | jelix-scripts | Version: | 1.3 beta 1 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
dans jelix-scripts/includes/JelixScriptCommand.class.php dans la methode init(), le code suivant
if(count($argv)){ throw new Exception("too many parameters"); }
rejete le nom du groupe, peut-etre devrait il etre toujours egal à un plutot que vide ?
un var_dump($argv) me donne simplement le nom du group.
Change History (2)
comment:1 Changed 10 years ago by laurentj
- Milestone set to Jelix 1.3
comment:2 Changed 9 years ago by laurentj
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
déjà corrigé https://bitbucket.org/jelix/jelix-trunk/changeset/74874810d037