[Fusionforge-commits] r9571 - trunk/gforge/common/include

Christian Bayle cbayle at libremir.placard.fr.eu.org
Wed Apr 21 22:29:48 CEST 2010


Author: cbayle
Date: 2010-04-21 22:29:48 +0200 (Wed, 21 Apr 2010)
New Revision: 9571

Modified:
   trunk/gforge/common/include/config-vars.php
Log:
Add forgotten plugins_path


Modified: trunk/gforge/common/include/config-vars.php
===================================================================
--- trunk/gforge/common/include/config-vars.php	2010-04-21 20:20:51 UTC (rev 9570)
+++ trunk/gforge/common/include/config-vars.php	2010-04-21 20:29:48 UTC (rev 9571)
@@ -27,6 +27,7 @@
 forge_define_config_item ('web_host', 'core', $GLOBALS['sys_default_domain']) ;
 forge_define_config_item ('scm_tarballs_path', 'core', $GLOBALS['sys_scm_tarballs_path']) ;
 forge_define_config_item ('scm_snapshots_path', 'core', $GLOBALS['sys_scm_snapshots_path']) ;
+forge_define_config_item ('plugins_path', 'core', $GLOBALS['sys_plugins_path']) ;
 forge_define_config_item ('themes_root', 'core', $GLOBALS['sys_themeroot']) ;
 forge_define_config_item ('default_theme', 'core', $GLOBALS['sys_theme']) ;
 forge_define_config_item ('default_language', 'core', $GLOBALS['sys_lang']) ;




More information about the Fusionforge-commits mailing list