mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 16:45:54 +02:00
fix plugin update method
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user