diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-07-03 13:23:22 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-07-19 08:16:58 +0200 |
commit | 8977c71f8842f19077fdd0bfe27a4f48f2bc4726 (patch) | |
tree | 11fe663b2fe1f25160851c0a872b282072fc2857 /apps/files/lib | |
parent | d904293ba3759803bd7b31d8e87fadf24b48e837 (diff) | |
download | nextcloud-server-8977c71f8842f19077fdd0bfe27a4f48f2bc4726.tar.gz nextcloud-server-8977c71f8842f19077fdd0bfe27a4f48f2bc4726.zip |
Mixin scss icon api
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/lib')
-rw-r--r-- | apps/files/lib/Activity/Filter/FileChanges.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/lib/Activity/Filter/FileChanges.php b/apps/files/lib/Activity/Filter/FileChanges.php index 122dc4250f9..c828755a659 100644 --- a/apps/files/lib/Activity/Filter/FileChanges.php +++ b/apps/files/lib/Activity/Filter/FileChanges.php @@ -74,7 +74,7 @@ class FileChanges implements IFilter { * @since 11.0.0 */ public function getIcon() { - return $this->url->getAbsoluteURL($this->url->imagePath('core', 'places/files-dark.svg')); + return $this->url->getAbsoluteURL($this->url->imagePath('core', 'places/files.svg')); } /** |