X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fall.php;h=452803d8aee1516ad9eae009482c6834a4989032;hb=cde1f998386a59f2eba65bff37a177d9e7a428f9;hp=61cedce7490cd08ed76d2568d85426179044242e;hpb=2d8ad0409d8e78ec35a65156bc375eacbe561963;p=quix0rs-gnu-social.git diff --git a/actions/all.php b/actions/all.php index 61cedce749..452803d8ae 100644 --- a/actions/all.php +++ b/actions/all.php @@ -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)); } } - }