summaryrefslogtreecommitdiff
path: root/actions/facebookhome.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/facebookhome.php')
-rw-r--r--actions/facebookhome.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/facebookhome.php b/actions/facebookhome.php
index f72f08a34..d2ac7617d 100644
--- a/actions/facebookhome.php
+++ b/actions/facebookhome.php
@@ -105,7 +105,7 @@ class FacebookhomeAction extends FacebookAction
$this->show_header('Home');
if ($msg) {
- common_element('fb:success', array('message' => $msg));
+ $this->element('fb:success', array('message' => $msg));
}
echo $this->show_notices($user);