]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Group.php
codeblock updates
[friendica.git] / src / Model / Group.php
index 1660126e7842bf8d14440620dae66f8885b5de64..0af10995b4a70e698105993a58ad8b9678930834 100644 (file)
@@ -10,7 +10,6 @@ use Friendica\Core\L10n;
 use Friendica\Core\Logger;
 use Friendica\Core\Renderer;
 use Friendica\Database\DBA;
-use Friendica\Util\Security;
 
 /**
  * @brief functions for interacting with the group database table
@@ -317,8 +316,6 @@ class Group extends BaseObject
         */
        public static function displayGroupSelection($uid, $gid = 0, $label = '')
        {
-               $o = '';
-
                $stmt = DBA::select('group', [], ['deleted' => 0, 'uid' => $uid], ['order' => ['name']]);
 
                $display_groups = [