From c91c61f9b5c1982af4c25c17c6ad7176352c8a0b Mon Sep 17 00:00:00 2001 From: Moc Date: Fri, 24 May 2013 17:15:11 +0200 Subject: [PATCH] Plugin builder - typo 'flase' to 'false' --- e107_admin/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/plugin.php b/e107_admin/plugin.php index a4e4748bd..2a075a214 100644 --- a/e107_admin/plugin.php +++ b/e107_admin/plugin.php @@ -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)",