summaryrefslogtreecommitdiffstats
path: root/lib/updater.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-08-27 01:27:05 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-08-27 01:27:05 +0200
commitc9123263ab5a108dcb0b1b7412367f0d7eaf6595 (patch)
tree968aaf7a67c444175db52979be9534dc9a101d8f /lib/updater.php
parent7d141656ee837199f58d6a29033ded7d5c2a4632 (diff)
downloadnextcloud-server-c9123263ab5a108dcb0b1b7412367f0d7eaf6595.tar.gz
nextcloud-server-c9123263ab5a108dcb0b1b7412367f0d7eaf6595.zip
kill zh_CN.GB2312
Diffstat (limited to 'lib/updater.php')
-rw-r--r--lib/updater.php4
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();