X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpeopletagsubscriptions.php;h=d857fb235615bc7a32f97bc9b3ac829ef4fb7e69;hb=cb183359e23ae7a5cfb483fa06c6c4b7a8b05fff;hp=c4213537036d771ebf2e18ce8d8a94a7b19d6963;hpb=da6822c1f0573cdc2c8b54dd686601717b12b5c7;p=quix0rs-gnu-social.git diff --git a/actions/peopletagsubscriptions.php b/actions/peopletagsubscriptions.php index c421353703..d857fb2356 100644 --- a/actions/peopletagsubscriptions.php +++ b/actions/peopletagsubscriptions.php @@ -22,7 +22,7 @@ * @category Personal * @package StatusNet * @author Shashi Gowda - * @copyright 2008-2009 StatusNet, Inc. + * @copyright 2008-2011 StatusNet, Inc. * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ @@ -33,7 +33,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { require_once INSTALLDIR.'/lib/peopletaglist.php'; -class PeopletagsubscriptionsAction extends OwnerDesignAction +class PeopletagsubscriptionsAction extends Action { var $page = null; var $profile = null; @@ -85,7 +85,7 @@ class PeopletagsubscriptionsAction extends OwnerDesignAction $this->profile = $user->getProfile(); if (!$this->profile) { - // TRANS: Server error displayed when a user has no profile. + // TRANS: Error message displayed when referring to a user without a profile. $this->serverError(_('User has no profile.')); return false; }