[evolvis-commits] r11419: [#1398] applied patches. added specific changes to cvs. php to make the patches work- Fixed snoopy?==?UTF-8?Q? path↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 18:09:45 CET 2011


Author: mirabilos
Date: 2011-02-24 18:09:45 +0100 (Thu, 24 Feb 2011)
New Revision: 11419

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge-plugin-scmcvs/bin/aclcheck.php
Log:
[#1398] applied patches. added specific changes to cvs.php to make the patches work- Fixed snoopy path


Modified: trunk/gforge_base/evolvisforge-5.1/gforge-plugin-scmcvs/bin/aclcheck.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge-plugin-scmcvs/bin/aclcheck.php	2011-02-24 17:09:44 UTC (rev 11418)
+++ trunk/gforge_base/evolvisforge-5.1/gforge-plugin-scmcvs/bin/aclcheck.php	2011-02-24 17:09:45 UTC (rev 11419)
@@ -30,7 +30,7 @@
 }
 
 require_once('local.inc');
-require ($sys_plugins_path.'/scmcvs/include/Snoopy.class');
+require ($sys_plugins_path.'/scmcvs/common/Snoopy.class');
 
 // Input cleansing
 $env_cvsroot = (string) $_ENV['CVSROOT'];



More information about the evolvis-commits mailing list