From 02b47f4e676c5f7a49c1c120a7e19f5747c3a8b2 Mon Sep 17 00:00:00 2001 From: Horst Knorr Date: Sun, 28 Jan 2018 14:48:04 +0100 Subject: [PATCH] added image and nextcloud 13 bugfixes for group_sql --- img/app-dark.svg | 4 ++++ lib/group_sql.php | 1 + 2 files changed, 5 insertions(+) create mode 100644 img/app-dark.svg diff --git a/img/app-dark.svg b/img/app-dark.svg new file mode 100644 index 0000000..54939fa --- /dev/null +++ b/img/app-dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/group_sql.php b/lib/group_sql.php index b0531e6..b0c1c06 100644 --- a/lib/group_sql.php +++ b/lib/group_sql.php @@ -3,6 +3,7 @@ namespace OCA\user_sql; use \OCA\user_sql\lib\Helper; +use OCP\Util; class OC_GROUP_SQL extends \OC_Group_Backend implements \OCP\GroupInterface {