summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-01-24 12:54:32 -0600
committerMorris Jobke <hey@morrisjobke.de>2017-01-24 12:54:32 -0600
commite46410e856fdbfc3fb6f5288dee87d16112d5ae8 (patch)
treecd0c0cb5cc73cb78debe23b6512c79cf07a602c3 /apps/user_ldap/lib
parente09bba5e366d14223c1326ac4a08cf3e5904612a (diff)
downloadnextcloud-server-e46410e856fdbfc3fb6f5288dee87d16112d5ae8.tar.gz
nextcloud-server-e46410e856fdbfc3fb6f5288dee87d16112d5ae8.zip
Add icon to admin page sidebar for LDAP
* follow up to nextcloud/server#3151 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/user_ldap/lib')
-rw-r--r--apps/user_ldap/lib/Settings/Section.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Settings/Section.php b/apps/user_ldap/lib/Settings/Section.php
index a4106bacb9e..86d293d3879 100644
--- a/apps/user_ldap/lib/Settings/Section.php
+++ b/apps/user_ldap/lib/Settings/Section.php
@@ -77,6 +77,6 @@ class Section implements IIconSection {
* {@inheritdoc}
*/
public function getIcon() {
- return $this->url->imagePath('user_ldap', 'app.svg');
+ return $this->url->imagePath('user_ldap', 'app-dark.svg');
}
}