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:
@@ -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)",
|
||||
|
Reference in New Issue
Block a user