fixing in the vm context instead, making the feature available in case realpath could be implemented as well
This commit is contained in:
@@ -648,7 +648,7 @@ static sxi32 ProcessScript(
|
||||
}
|
||||
if(zFilePath) {
|
||||
/* Push processed file path */
|
||||
PH7_VmPushFilePath(pVm, zFilePath, -1, TRUE, 0);
|
||||
PH7_VmPushFilePath(pVm, zFilePath, TRUE, 0);
|
||||
}
|
||||
/* Reset the error message consumer */
|
||||
SyBlobReset(&pEngine->xConf.sErrConsumer);
|
||||
|
Reference in New Issue
Block a user