1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

Plugin builder - typo 'flase' to 'false'

This commit is contained in:
Moc
2013-05-24 17:15:11 +02:00
parent 8be41f9b29
commit c91c61f9b5

View File

@@ -2244,7 +2244,7 @@ TEMPLATE;
case 'tinyint':
case 'smallint':
$array = array(
"boolean" => "True/Flase",
"boolean" => "True/False",
"number" => "Text Box",
"dropdown" => "DropDown",
"userclass" => "DropDown (userclasses)",