From c8f64930084a6490cd31ea386cea51cefef7e7dc Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 7 Sep 2011 14:29:15 -0700 Subject: [PATCH] typo fb connector --- addon/facebook/facebook.php | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addon/facebook/facebook.php b/addon/facebook/facebook.php index e8a24070..10f6b139 100644 --- a/addon/facebook/facebook.php +++ b/addon/facebook/facebook.php @@ -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); diff --git a/boot.php b/boot.php index 9eabcd4e..5563901f 100644 --- a/boot.php +++ b/boot.php @@ -7,7 +7,7 @@ require_once('include/text.php'); require_once("include/pgettext.php"); -define ( 'FRIENDIKA_VERSION', '2.2.1095' ); +define ( 'FRIENDIKA_VERSION', '2.2.1096' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1087 );