fix syntax error in some php versions

This commit is contained in:
Uwe Steinmann 2021-05-02 14:46:40 +02:00
parent c2f773ad85
commit 612a493873

View File

@ -179,7 +179,7 @@ $(document).ready( function() {
), ),
array( array(
'help'=>$param['description'] 'help'=>$param['description']
), )
); );
break; break;
case 'password': case 'password':