Adapt change for class_extension.php
This commit is contained in:
parent
80c2345764
commit
0590ca6357
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ if ( $ext->search($_REQUEST['plugin_code']) != -1 )
|
|||
exit();
|
||||
}
|
||||
/* call the ajax script */
|
||||
require_once('ext'.DIRECTORY_SEPARATOR.dirname(trim($ext->get_parameter('me_file'))).DIRECTORY_SEPARATOR.'raw.php');
|
||||
require_once('ext'.DIRECTORY_SEPARATOR.dirname(trim($ext->getp('me_file'))).DIRECTORY_SEPARATOR.'raw.php');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue