diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-05-26 21:14:42 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-05-26 21:14:42 +0000 |
commit | b2c28faf526e55ddc97d42692048e644b004e1f8 (patch) | |
tree | 9cf820684d8af8382a66ffa6eea0a8d888e27b05 /actions/facebookhome.php | |
parent | 1306deff3897af447a5d9e94fc17dab114664bcf (diff) |
Removed silly "dented:" status prefix from Facebook App
Diffstat (limited to 'actions/facebookhome.php')
-rw-r--r-- | actions/facebookhome.php | 3 |
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'); } |