summaryrefslogtreecommitdiff
path: root/actions/facebookhome.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-05-26 21:14:42 +0000
committerZach Copley <zach@controlyourself.ca>2009-05-26 21:36:45 +0000
commit0664be924f5f24de0e63d63ea78a56d798a67362 (patch)
tree2f93935fe5b3606176a0852f9d59c09c6006cfb3 /actions/facebookhome.php
parent0a4ce0ef9938ba91ff3d9286ea2cffb4cebd528b (diff)
Removed silly "dented:" status prefix from Facebook App
Diffstat (limited to 'actions/facebookhome.php')
-rw-r--r--actions/facebookhome.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/actions/facebookhome.php b/actions/facebookhome.php
index 5946e6c98..4c2b26355 100644
--- a/actions/facebookhome.php
+++ b/actions/facebookhome.php
@@ -138,9 +138,6 @@ class FacebookhomeAction extends FacebookAction
function setDefaults()
{
- // A default prefix string for notices
- $this->facebook->api_client->data_setUserPreference(
- FACEBOOK_NOTICE_PREFIX, 'dented: ');
$this->facebook->api_client->data_setUserPreference(
FACEBOOK_PROMPTED_UPDATE_PREF, 'false');
}