noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/08: fix bug


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/08: fix bug
Date: Fri, 07 Nov 2014 21:59:22 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 22e7ce9f52eb14ae926fdce08d2c15020830f76a
Author: Dany De Bontridder <address@hidden>
Date:   Fri Nov 7 22:55:27 2014 +0100

    fix bug
---
 html/ajax.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/html/ajax.php b/html/ajax.php
index e8a9db9..c56485e 100644
--- a/html/ajax.php
+++ b/html/ajax.php
@@ -41,7 +41,7 @@ if (isset($_REQUEST['plugin_code']) )
             exit();
         }
         /* call the ajax script */
-        
require_once('ext'.DIRECTORY_SEPARATOR.dirname(trim($ext->get_parameter('me_file'))).DIRECTORY_SEPARATOR.'ajax.php');
+        
require_once('ext'.DIRECTORY_SEPARATOR.dirname(trim($ext->getp('me_file'))).DIRECTORY_SEPARATOR.'ajax.php');
     }
     else
     {



reply via email to

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