mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 14:03:45 +00:00
This commit is useless :)
This commit is contained in:
parent
1c955bff9b
commit
ff27645c78
1 changed files with 21 additions and 20 deletions
|
@ -404,6 +404,7 @@ function fb_get_friends($uid, $fullsync = true) {
|
|||
$access_token = get_pconfig($uid,'facebook','access_token');
|
||||
|
||||
$no_linking = get_pconfig($uid,'facebook','no_linking');
|
||||
|
||||
if($no_linking)
|
||||
return;
|
||||
|
||||
|
@ -439,7 +440,7 @@ function facebook_post(&$a) {
|
|||
if($uid){
|
||||
|
||||
|
||||
$fb_limited = get_config('facebook','restrict');
|
||||
$fb_limited = get_config('facebook','crestrict');
|
||||
|
||||
|
||||
$value = ((x($_POST,'post_by_default')) ? intval($_POST['post_by_default']) : 0);
|
||||
|
|
Loading…
Reference in a new issue