mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
typo fb connector
This commit is contained in:
parent
f17d91844f
commit
c8f6493008
2 changed files with 2 additions and 2 deletions
|
@ -274,7 +274,7 @@ function facebook_post(&$a) {
|
|||
$no_linking = get_pconfig($uid,'facebook','no_linking');
|
||||
|
||||
$no_wall = ((x($_POST,'facebook_no_wall')) ? intval($_POST['facebook_no_wall']) : 0);
|
||||
set__pconfig($uid,'facebook','no_wall',$no_wall);
|
||||
set_pconfig($uid,'facebook','no_wall',$no_wall);
|
||||
|
||||
|
||||
$linkvalue = ((x($_POST,'facebook_linking')) ? intval($_POST['facebook_linking']) : 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue