X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Faccountprofileblock.php;h=875acbb59c30ea500b38ff27b85fe660f70dd21a;hb=0b9a2fdf3ad19942e85a66b94d08501ce9c927dd;hp=143675063cb1f996c5c74681784c1516aa5d186c;hpb=e4f1c77d6be00da966c9a494ca33928965e98679;p=quix0rs-gnu-social.git diff --git a/lib/accountprofileblock.php b/lib/accountprofileblock.php index 143675063c..875acbb59c 100644 --- a/lib/accountprofileblock.php +++ b/lib/accountprofileblock.php @@ -28,13 +28,7 @@ * @link http://status.net/ */ -if (!defined('STATUSNET')) { - // This check helps protect against security problems; - // your code file can't be executed directly from the web. - exit(1); -} - -require_once INSTALLDIR.'/lib/peopletags.php'; +if (!defined('GNUSOCIAL')) { exit(1); } /** * Profile block to show for an account @@ -51,7 +45,7 @@ class AccountProfileBlock extends ProfileBlock protected $profile = null; protected $user = null; - function __construct(HTMLOutputter $out, Profile $profile) + function __construct(Action $out, Profile $profile) { parent::__construct($out); $this->profile = $profile; @@ -171,17 +165,6 @@ class AccountProfileBlock extends ProfileBlock $this->out->elementEnd('li'); if ($this->profile->isLocal() && $cur->mutuallySubscribed($this->profile)) { - - // message - - $this->out->elementStart('li', 'entity_send-a-message'); - $this->out->element('a', array('href' => common_local_url('newmessage', array('to' => $this->user->id)), - // TRANS: Link title for link on user profile. - 'title' => _('Send a direct message to this user.')), - // TRANS: Link text for link on user profile. - _m('BUTTON','Message')); - $this->out->elementEnd('li'); - // nudge if ($this->user->email && $this->user->emailnotifynudge) {