Merge pull request #8 from auge8472/illegal-string-offset
Fix: provide an array where the code expects one
This commit is contained in:
commit
058c5d0eb1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
$c['main'] .= $categories->output_form($form_input, 'new', $l['admin']['cat_new']);
|
||||
}
|
||||
}
|
||||
else $c['main'] .= $categories->output_form('', 'new', $l['admin']['cat_new']);
|
||||
else $c['main'] .= $categories->output_form(array('id' => NULL, 'name' => NULL, 'url' => NULL, 'description' => NULL), 'new', $l['admin']['cat_new']);
|
||||
break;
|
||||
|
||||
case 'change':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue