From: Jakub Skoczen Date: Tue, 12 Apr 2011 08:34:40 +0000 (+0200) Subject: Again, typo that should've been fixed. X-Git-Url: http://git.indexdata.com/?p=mkdru-moved-to-drupal.org.git;a=commitdiff_plain;h=b025d9a4672722b2ef5dff718fd6a107f2c58982 Again, typo that should've been fixed. --- diff --git a/mkdru.client.js b/mkdru.client.js index b0f7c6f..f2cd5ef 100644 --- a/mkdru.client.js +++ b/mkdru.client.js @@ -415,7 +415,7 @@ $(document).ready(function () { } else { params['action'] = 'ipauth'; } - var authReq = new pzHttpRequest(mkdru.pazpar2Path, + var authReq = new pzHttpRequest(mkdru.settings.pz2_path, function (err) { alert("Authentication against metasearch gateway failed: " +err); }