]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/ContactSelector.php
Store in lowercase to avoid duplicates
[friendica.git] / src / Content / ContactSelector.php
index 55ab219b2337cc25369295df5e2e6e22a59e16f3..06972c36d9f3be9ab16e240482c1f4763f29b15d 100644 (file)
@@ -27,7 +27,7 @@ class ContactSelector
 
                $o .= "<select id=\"contact-profile-selector\" class=\"form-control\" $disabled name=\"profile-assign\" >\r\n";
 
-               $s = dba::select('profile', ['id', 'profile-name', 'is-default'], ['uid' => $$_SESSION['uid']]);
+               $s = dba::select('profile', ['id', 'profile-name', 'is-default'], ['uid' => $_SESSION['uid']]);
                $r = dba::inArray($s);
 
                if (DBM::is_result($r)) {