Ticket #283: patch-283.diff
| File patch-283.diff, 0.6 kB (added by bastnic, 1 year ago) |
|---|
-
lib/jelix-scripts/commands/createdaocrud.cmd.php
old new 44 44 $path= $this->getModulePath($this->_parameters['module']); 45 45 46 46 $table = $this->getParam('table'); 47 $ctrlname = $this->getParam('ctrlname' );47 $ctrlname = $this->getParam('ctrlname', $table); 48 48 if($ctrlname == null) 49 49 $ctrlname == $table;
