aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/NotebooksController.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Controllers/NotebooksController.php')
-rw-r--r--h-source/Application/Controllers/NotebooksController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/NotebooksController.php b/h-source/Application/Controllers/NotebooksController.php
index 5d70d90..4128a00 100644
--- a/h-source/Application/Controllers/NotebooksController.php
+++ b/h-source/Application/Controllers/NotebooksController.php
@@ -45,7 +45,7 @@ class NotebooksController extends GenericController
"checkNotEmpty" => "model|you have to fill the <i>model name</i> entry",
"checkMatch|".Hardware::$regExpressions['model'] => "model|characters not allowed in the <i>model name</i> entry",
"+checkIsStrings|".Notebooks::compatibilityList() => "compatibility",
- "checkLength|99" => "model",
+ "checkLength|190" => "model",
"+checkLength|299" => "distribution",
"++checkIsStrings|".Hardware::getCommYears() => "comm_year",
"+++checkIsStrings|".Notebooks::$subtypeSelect => "subtype",