From: Jan Schneider Date: Mon, 28 Dec 2009 21:25:22 +0000 (+0100) Subject: Fix object name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=746dc9af33a4558e24c79c6812dcc02e9684872b;p=horde.git Fix object name. --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index b4d41f6ff..af80d1115 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -44,7 +44,7 @@ KronolithCore = { } this._closeRedBox(); this.showNotifications([ { type: 'horde.error', message: Kronolith.text.ajax_error } ]); - KronolithCore.debug('onException', e); + this.debug('onException', e); }.bind(this), onFailure: function(t, o) { KronolithCore.debug('onFailure', t); }, evalJS: false,