bugfix.
[Plinn.git] / skins / ajax_scripts / ajax_form_manager.js
index 8afd120..6f6748e 100644 (file)
@@ -142,7 +142,7 @@ FormManager.prototype._post = function(query) {
 FormManager.prototype._get = function(query) {
        var url = this.form.action;
        url += '?' + query;
-       AjaxLinkHandler.loadUrl(url);
+       AjaxLinkHandler.prototype.loadUrl(url);
 };