]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed warning on Facebook app settings page
authorZach Copley <zach@controlyourself.ca>
Tue, 26 May 2009 23:59:12 +0000 (23:59 +0000)
committerZach Copley <zach@controlyourself.ca>
Tue, 26 May 2009 23:59:12 +0000 (23:59 +0000)
actions/facebooksettings.php

index 236460c1c9a42f1f15463aa69959fddb802fbf97..227e123160900d22a0b8d4d7563f229de4984e55 100644 (file)
@@ -55,7 +55,7 @@ class FacebooksettingsAction extends FacebookAction
         $prefix = $this->trimmed('prefix');
 
         $original = clone($this->flink);
-        $this->flink->set_flags($noticesync, $replysync, false);
+        $this->flink->set_flags($noticesync, $replysync, false, false);
         $result = $this->flink->update($original);
 
         $this->facebook->api_client->data_setUserPreference(FACEBOOK_NOTICE_PREFIX,