summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-05-26 23:21:10 +0000
committerZach Copley <zach@controlyourself.ca>2009-05-26 23:21:10 +0000
commit69a656af2210acf9211aa4fcb1c05bfd5c5a2e1f (patch)
treecd9ee24c07c63486db7eedc0a693f45982f4d6c5 /actions
parent0664be924f5f24de0e63d63ea78a56d798a67362 (diff)
Some adjustments to allow the Facebook app work with Laconica 0.8
Diffstat (limited to 'actions')
-rw-r--r--actions/facebookhome.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/facebookhome.php b/actions/facebookhome.php
index 4c2b26355..00b35ef68 100644
--- a/actions/facebookhome.php
+++ b/actions/facebookhome.php
@@ -115,7 +115,7 @@ class FacebookhomeAction extends FacebookAction
$flink->foreign_id = $this->fbuid;
$flink->service = FACEBOOK_SERVICE;
$flink->created = common_sql_now();
- $flink->set_flags(true, false, false);
+ $flink->set_flags(true, false, false, false);
$flink_id = $flink->insert();