Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-10-11 12:04:18 +0300
committerJoas Schilling <coding@schilljs.com>2017-10-11 12:04:18 +0300
commita8b8ef1ee780439a3ddcaed1cf1676197c36cc8a (patch)
tree957d1b4b6abef452cc1a45d21bc3b0ad13e1acb8 /lib/Activity
parent8ef70af937ae52f64842958bed4584eee3b3a5fd (diff)
Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Activity')
-rw-r--r--lib/Activity/Provider/Base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Activity/Provider/Base.php b/lib/Activity/Provider/Base.php
index 02eddf75d..b6e086ff2 100644
--- a/lib/Activity/Provider/Base.php
+++ b/lib/Activity/Provider/Base.php
@@ -76,6 +76,7 @@ abstract class Base implements IProvider {
if ($event->getApp() !== 'spreed') {
throw new \InvalidArgumentException();
}
+
if ($this->activityManager->getRequirePNG()) {
$event->setIcon($this->url->getAbsoluteURL($this->url->imagePath('spreed', 'app-dark.png')));
} else {