summaryrefslogtreecommitdiff
path: root/actions/nudge.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-22 06:33:38 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-22 06:33:38 +0000
commita330bdac62ddbc15232bc65d65e869b224880e3f (patch)
treef7ee82eb8b1ab52ff7b41b4c10cd3d10fcca2f0a /actions/nudge.php
parentc20d0612bf51cff523f55b12095e7213be94355e (diff)
Moved nudge response from util.php to nudge.php
Adjusted some CSS
Diffstat (limited to 'actions/nudge.php')
-rw-r--r--actions/nudge.php3
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 {