fix plugin update method

This commit is contained in:
Sebastian Sdorra
2011-07-29 19:48:11 +02:00
parent c6df4f59aa
commit 396c00351c

View File

@@ -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',