From 396c00351c5ee7c862461f4f8359b54b87f6f5c7 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Fri, 29 Jul 2011 19:48:11 +0200 Subject: [PATCH] fix plugin update method --- .../src/main/webapp/resources/js/plugin/sonia.plugin.center.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-webapp/src/main/webapp/resources/js/plugin/sonia.plugin.center.js b/scm-webapp/src/main/webapp/resources/js/plugin/sonia.plugin.center.js index 5045d886a4..1071902768 100644 --- a/scm-webapp/src/main/webapp/resources/js/plugin/sonia.plugin.center.js +++ b/scm-webapp/src/main/webapp/resources/js/plugin/sonia.plugin.center.js @@ -148,7 +148,7 @@ Sonia.plugin.Center = Ext.extend(Ext.util.Observable, { console.debug( 'update plugin to ' + pluginId ); } - var loadingBox = createLoadingBox( this.updateWaitMsgText ); + var loadingBox = this.createLoadingBox( this.updateWaitMsgText ); Ext.Ajax.request({ url: restUrl + 'plugins/update/' + pluginId + '.json',