fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [7123] filemanager: fix help


From: Sigurd Nes
Subject: [Fmsystem-commits] [7123] filemanager: fix help
Date: Tue, 15 Mar 2011 09:56:56 +0000

Revision: 7123
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7123
Author:   sigurdne
Date:     2011-03-15 09:56:56 +0000 (Tue, 15 Mar 2011)
Log Message:
-----------
filemanager: fix help

Modified Paths:
--------------
    trunk/filemanager/inc/class.uiaction_base.inc.php

Modified: trunk/filemanager/inc/class.uiaction_base.inc.php
===================================================================
--- trunk/filemanager/inc/class.uiaction_base.inc.php   2011-03-15 09:12:26 UTC 
(rev 7122)
+++ trunk/filemanager/inc/class.uiaction_base.inc.php   2011-03-15 09:56:56 UTC 
(rev 7123)
@@ -41,7 +41,9 @@
 
                        //_debug_array($this->bofilemanager->help_info);
 
-                       $key = $this->bofilemanager->help_name;
+                       //$key = $this->bofilemanager->help_name;
+                       $key = urldecode(phpgw::get_var('help_name', 'string'));
+
                        if($this->bofilemanager->help_info[$key])
                        {
                                $msg = $this->bofilemanager->help_info[$key];




reply via email to

[Prev in Thread] Current Thread [Next in Thread]