From 22e7ce9f52eb14ae926fdce08d2c15020830f76a Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 7 Nov 2014 22:55:27 +0100 Subject: [PATCH] fix bug --- html/ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/ajax.php b/html/ajax.php index e8a9db99e..c56485e6b 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 {