Adapt change for class_extension.php

This commit is contained in:
Dany De Bontridder 2014-11-18 01:27:02 +01:00
parent 80c2345764
commit 0590ca6357

View file

@ -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
{