diff options
author | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-22 08:02:40 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-22 08:02:40 +0000 |
commit | f871f52624b0a21880e2f54a7da60447dbde3c62 (patch) | |
tree | c0eff71ba2c99a306a40cd3119a68a5083cd4b22 /actions | |
parent | e272adb321fb72043ac7f9a16848ef9386e56571 (diff) | |
parent | a330bdac62ddbc15232bc65d65e869b224880e3f (diff) |
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'actions')
-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 { |