Fixed typo in egw_json which had already been fixed in trunk a while ago but not here

This commit is contained in:
Andreas Stöckel 2010-12-02 11:16:19 +00:00
parent 7dc3e7f581
commit c03b31eb6b

View File

@ -220,7 +220,7 @@ egw_json_request.prototype.jsonError = function(_msg, _e)
var msg = 'EGW JSON Error: '._msg;
//Log and show the error message
_egw_json_bebug_log(msg, _e);
_egw_json_debug_log(msg, _e);
this.alertHandler(msg);
}