Skip to content

Commit 1c48b38

Browse files
committed
build: disable upper limit for glpi
Signed-off-by: Thierry Bugier <[email protected]>
1 parent ce89a19 commit 1c48b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// Schema version of this version
3636
define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.10');
3737
// is or is not an official release of the plugin
38-
define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', true);
38+
define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', false);
3939

4040
// Minimal GLPI version, inclusive
4141
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '9.4');

0 commit comments

Comments
 (0)