This commit is useless :)

pull/62/head
Michael Vogel 2012-05-29 16:41:20 +02:00
parent 1c955bff9b
commit ff27645c78
1 changed files with 21 additions and 20 deletions

View File

@ -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);