summaryrefslogtreecommitdiff
path: root/actions/nudge.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-21 06:31:53 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-21 06:31:53 +0000
commit6c7842129841878b65c1d686de64f98f1edcb16f (patch)
tree613e976c0f2841cb23c36648bc740308f0b3973f /actions/nudge.php
parent9376003871652300b5960437fd37461fdd85e63b (diff)
Moved common_profile_new_message_nudge() to showstream.php
Diffstat (limited to 'actions/nudge.php')
-rw-r--r--actions/nudge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/nudge.php b/actions/nudge.php
index bb80ce357..456106459 100644
--- a/actions/nudge.php
+++ b/actions/nudge.php
@@ -88,7 +88,7 @@ class NudgeAction extends Action
$this->notify($user, $other);
if ($this->boolean('ajax')) {
- common_start_html('text/xml;charset=utf-8', true);
+ $this->startHTML('text/xml;charset=utf-8', true);
$this->elementStart('head');
$this->element('title', null, _('Nudge sent'));
$this->elementEnd('head');