]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/util.php
Code style cleanup: dropped some unnecessary =& reference assignments where they...
[quix0rs-gnu-social.git] / lib / util.php
index 99a0a1db30fee5c9fd73f38ced66699445e7e57b..ab046e871d2bf873349e88dc3837947b58579481 100644 (file)
@@ -127,7 +127,7 @@ function common_check_user($nickname, $password)
                 if (0 == strcmp(common_munge_password($password, $user->id),
                                 $user->password)) {
                     //internal checking passed
-                    $authenticatedUser =& $user;
+                    $authenticatedUser = $user;
                 }
             }
         }