[evolvis-commits] r16559: Rescue specific installdir for wiki (from 5.0)

mirabilos at evolvis.org mirabilos at evolvis.org
Tue Mar 1 01:24:55 CET 2011


Author: mirabilos
Date: 2011-03-01 01:24:55 +0100 (Tue, 01 Mar 2011)
New Revision: 16559

Modified:
   trunk/gforge_base/evolvisforge-5.1/src/plugins/wiki/common/WikiPlugin.class.php
Log:
Rescue specific installdir for wiki (from 5.0)

Modified: trunk/gforge_base/evolvisforge-5.1/src/plugins/wiki/common/WikiPlugin.class.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/plugins/wiki/common/WikiPlugin.class.php	2011-03-01 00:24:52 UTC (rev 16558)
+++ trunk/gforge_base/evolvisforge-5.1/src/plugins/wiki/common/WikiPlugin.class.php	2011-03-01 00:24:55 UTC (rev 16559)
@@ -30,6 +30,7 @@
 		$this->Plugin() ;
 		$this->name = "wiki" ;
 		$this->text = "Wiki" ; // To show in the tabs, use...
+		$this->installdir = 'wiki';
 		$this->hooks[] = "groupmenu";
 		$this->hooks[] = "groupisactivecheckbox" ; // The "use ..." checkbox in editgroupinfo
 		$this->hooks[] = "groupisactivecheckboxpost" ; // 



More information about the evolvis-commits mailing list