Topic: $sExpected missing in xajax 0.5.rc2 full
It seems the variable $sExpected is missing or undefined in xajax 0.5.rc2 full
Undefined variable: sExpected [xajax/xajax_core/xajaxArgumentManager.inc.php], line 446
its located at line 453
trigger_error(
$objLanguageManager->getText('ARGMGR:ERR:01')
. $sExpected
. $objLanguageManager->getText('ARGMGR:ERR:02')
. $sChunk
, E_USER_ERROR
);
when I grep the xajax files there is only 1 place $sExpected is found and thats in the file xajaxArgumentManager.inc.php line 453
Hope this helps,
Sebas