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, master has been updated
       via  c28ec82afe1a4d6992f3ca5279da81a2639489a1 (commit)
      from  ce4286b7847bb304758ddb9f1f897089378d98f0 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=c28ec82afe1a4d6992f3ca5279da81a2639489a1

commit c28ec82afe1a4d6992f3ca5279da81a2639489a1
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Tue Jul 5 13:41:27 2016 +0200

    /admin/pluginmap.php --> /admin/pluginman.php

diff --git a/src/www/admin/pluginman.php b/src/www/admin/pluginman.php
index ee0ec5b..bd263da 100644
--- a/src/www/admin/pluginman.php
+++ b/src/www/admin/pluginman.php
@@ -126,7 +126,7 @@ if (getStringFromRequest('update')) {
 }
 
 site_admin_header(array('title'=>_('Plugin Manager')));
-echo $HTML->openForm(array('action' => '/admin/pluginmap.php', 'method' => 
'get'));
+echo $HTML->openForm(array('action' => '/admin/pluginman.php', 'method' => 
'get'));
 echo html_e('p', array(), _('Here you can activate / deactivate site-wide 
plugins which are in the plugins/ folder. Then, you should activate them also 
per project, per user or whatever the plugin specifically applies to.'));
 echo html_e('p', array('class' => 'important'), _('Be careful because some 
projects/users can be using the plugin. Deactivating it will remove the plugin 
from all users/projects.'));
 

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

Summary of changes:
 src/www/admin/pluginman.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to