From: Zach Copley Date: Tue, 26 May 2009 23:59:12 +0000 (+0000) Subject: Fixed warning on Facebook app settings page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1034bd67b015ae3023042dc3cb0ba684e3ee4c72;p=quix0rs-gnu-social.git Fixed warning on Facebook app settings page --- diff --git a/actions/facebooksettings.php b/actions/facebooksettings.php index 236460c1c9..227e123160 100644 --- a/actions/facebooksettings.php +++ b/actions/facebooksettings.php @@ -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,