diff options
author | Bernhard Reiter <ockham@raz.or.at> | 2014-09-30 12:19:08 +0200 |
---|---|---|
committer | Bernhard Reiter <ockham@raz.or.at> | 2014-10-14 00:06:07 +0200 |
commit | 3e5d725502e403df5a5af4a197f4b94d147efccf (patch) | |
tree | 6efbe534f8b74df6b51ded654d7173353c4a4ff9 /lib | |
parent | a67803fb5df02e7e8924d245d8609aa746a59889 (diff) | |
download | nextcloud-server-3e5d725502e403df5a5af4a197f4b94d147efccf.tar.gz nextcloud-server-3e5d725502e403df5a5af4a197f4b94d147efccf.zip |
Test addMultiple() with $sync=true.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/tags.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/tags.php b/lib/private/tags.php index 0e58789ecd5..ca04953e42c 100644 --- a/lib/private/tags.php +++ b/lib/private/tags.php @@ -357,6 +357,7 @@ class Tags implements \OCP\ITags { \OCP\Util::ERROR); } } + // reload tags to get the proper ids. $this->loadTags(); // Loop through temporarily cached objectid/tagname pairs |