]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/all.php
Merge branch 'locshunt' into 0.9.x
[quix0rs-gnu-social.git] / actions / all.php
index 61cedce7490cd08ed76d2568d85426179044242e..452803d8aee1516ad9eae009482c6834a4989032 100644 (file)
@@ -160,12 +160,11 @@ class AllAction extends ProfileAction
 
     function showPageTitle()
     {
-        $user =& common_current_user();
+        $user = common_current_user();
         if ($user && ($user->id == $this->user->id)) {
             $this->element('h1', null, _("You and friends"));
         } else {
             $this->element('h1', null, sprintf(_('%s and friends'), $this->user->nickname));
         }
     }
-
 }