diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-01-06 15:57:38 -0500 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-01-06 15:57:38 -0500 |
commit | 4bb522c3faa23a738c1a47440759aff741925d78 (patch) | |
tree | cfef803e5628c6678ffc61796117d1b4637b4290 /lib/facebookaction.php | |
parent | 5e061d2060702516328a723ad6c9577eb0aa782d (diff) |
trac750 better settings tab workflow
darcs-hash:20090106205738-7b5ce-e80f73130a1f699e8d33f31c63cf90ee259b72cd.gz
Diffstat (limited to 'lib/facebookaction.php')
-rw-r--r-- | lib/facebookaction.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/facebookaction.php b/lib/facebookaction.php index 7fa097587..9230bad59 100644 --- a/lib/facebookaction.php +++ b/lib/facebookaction.php @@ -72,7 +72,7 @@ class FacebookAction extends Action } </style>'; - $html = Facebookaction::Aender_notice($notice); + $html = Facebookaction::render_notice($notice); $fbml = "<fb:wide>$style $html</fb:wide>"; |