This commit is contained in:
Thomas Peterson 2019-09-11 11:37:43 +02:00
parent 7fc71f021e
commit 6f115e53de

View File

@ -28,7 +28,7 @@ class Parser
case 'select':
$obj = new Select($node);
break;
case 'text':
case 'textarea':
$obj = new Text($node);
break;
case 'hidden':