fix bug
This commit is contained in:
parent
d908b33261
commit
22e7ce9f52
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue