diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 12:35:25 +0100 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 12:35:25 +0100 |
commit | a2a2dd88b5a580715a1b8256a5d8b7743675711c (patch) | |
tree | d9daa558200526d52aec315ccd196bef7dd46d5a /actions/nudge.php | |
parent | 6a3204d08e035812cf111e20f72bf0c7ffb4c601 (diff) | |
parent | f89f6a8eb0d16fc7c4114ba9279466189b857ea6 (diff) |
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk
Diffstat (limited to 'actions/nudge.php')
-rw-r--r-- | actions/nudge.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/nudge.php b/actions/nudge.php index 456106459..ca6fd3761 100644 --- a/actions/nudge.php +++ b/actions/nudge.php @@ -42,6 +42,7 @@ require_once INSTALLDIR.'/lib/mail.php'; * @package Laconica * @author Evan Prodromou <evan@controlyourself.ca> * @author Robin Millette <millette@controlyourself.ca> + * @author Sarven Capadisli <csarven@controlyourself.ca> * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 * @link http://laconi.ca/ */ @@ -93,7 +94,7 @@ class NudgeAction extends Action $this->element('title', null, _('Nudge sent')); $this->elementEnd('head'); $this->elementStart('body'); - common_nudge_response(); + $this->element('p', array('id' => 'nudge_response'), _('Nudge sent!')); $this->elementEnd('body'); $this->elementEnd('html'); } else { |