diff options
Diffstat (limited to 'lib/updater.php')
-rw-r--r-- | lib/updater.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/updater.php b/lib/updater.php index df7332a96a9..ae742787269 100644 --- a/lib/updater.php +++ b/lib/updater.php @@ -127,6 +127,10 @@ class Updater extends BasicEmitter { '); $result = $query->execute(); } catch (\Exception $e) { + $this->emit('\OC\Updater', 'filecacheProgress', array(10)); + $this->emit('\OC\Updater', 'filecacheProgress', array(20)); + $this->emit('\OC\Updater', 'filecacheProgress', array(30)); + $this->emit('\OC\Updater', 'filecacheProgress', array(40)); return; } $users = $result->fetchAll(); |