]> git.proxmox.com Git - pmg-gui.git/commitdiff
fix wrong stopUpdate to startUpdate
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 9 Oct 2017 10:03:56 +0000 (12:03 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 9 Oct 2017 10:58:07 +0000 (12:58 +0200)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/ClamAVDatabase.js

index ebc07feb0b43efe4d51f15a12ee1d0eb279a5f02..90940ad9eace34b6f56be219e4c9c841dc940198 100644 (file)
@@ -29,7 +29,7 @@ Ext.define('PMG.ClamAVDatabaseConfig', {
 
        me.callParent();
 
-       me.on('activate', me.rstore.stopUpdate);
+       me.on('activate', me.rstore.startUpdate);
        me.on('destroy', me.rstore.stopUpdate);
        me.on('deactivate', me.rstore.stopUpdate);
     }