X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fsubscribers.php;fp=actions%2Fsubscribers.php;h=66ac00fb19aa26d64da5441d07fafec8bc08f36a;hb=59beff6b46fb7693812558eaf728ca3709e4b066;hp=40473801240a93bf13d6a627e316f507e5fe6447;hpb=bacef32aaca791ec5e25bd951094baec0b41df28;p=quix0rs-gnu-social.git diff --git a/actions/subscribers.php b/actions/subscribers.php index 4047380124..66ac00fb19 100644 --- a/actions/subscribers.php +++ b/actions/subscribers.php @@ -111,9 +111,7 @@ class SubscribersAction extends GalleryAction } } else { - $message = sprintf(_('%s has no subscribers. Why not [register an account](%%%%action.%s%%%%) and be the first?'), - $this->user->nickname, - (!common_config('site','openidonly')) ? 'register' : 'openidlogin'); + $message = sprintf(_('%s has no subscribers. Why not [register an account](%%%%action.register%%%%) and be the first?'), $this->user->nickname); } $this->elementStart('div', 'guide');