[Fusionforge-commits] FusionForge branch Branch_5_3 updated. fd803ed319610afaf5cd8429f5fae11d3afd512d

Franck Villaume nerville at fusionforge.org
Thu Mar 6 12:19:15 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_3 has been updated
       via  fd803ed319610afaf5cd8429f5fae11d3afd512d (commit)
      from  1c4428260cdf17c4caa194958084f361b9547538 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fd803ed319610afaf5cd8429f5fae11d3afd512d
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Mar 6 12:15:32 2014 +0100

    Plugin: fix getThemePath

diff --git a/src/common/include/Plugin.class.php b/src/common/include/Plugin.class.php
index 06149f4..7e79361 100644
--- a/src/common/include/Plugin.class.php
+++ b/src/common/include/Plugin.class.php
@@ -163,7 +163,7 @@ class Plugin extends Error {
 	 * @return	string	the directory
 	 */
 	function getThemePath(){
-		return util_make_url('plugins/'.$this->name.'/themes/default');
+		return 'plugins/'.$this->name.'/themes/default';
 	}
 
 	function registerRoleValues(&$params, $values) {

-----------------------------------------------------------------------

Summary of changes:
 src/common/include/Plugin.class.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list