Merge pull request #7336 from hregis/6.0_bug3
Fix: avoid "Uncaught Error: [] operator not supported for strings"
This commit is contained in:
commit
faaebbf5e1
@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
$maxsizestring=255;
|
$maxsizestring=255;
|
||||||
$maxsizeint=10;
|
$maxsizeint=10;
|
||||||
|
$mesg=array();
|
||||||
|
|
||||||
$extrasize=GETPOST('size','int');
|
$extrasize=GETPOST('size','int');
|
||||||
$type=GETPOST('type','alpha');
|
$type=GETPOST('type','alpha');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user