diff options
author | Friendika <info@friendika.com> | 2011-09-07 14:29:15 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-07 14:29:15 -0700 |
commit | c8f64930084a6490cd31ea386cea51cefef7e7dc (patch) | |
tree | fdce703d64a6cac81d23f4a98f2657179259fb9d | |
parent | f17d91844f9825c3effcf47c5b65b645b15939c5 (diff) | |
download | volse-hubzilla-c8f64930084a6490cd31ea386cea51cefef7e7dc.tar.gz volse-hubzilla-c8f64930084a6490cd31ea386cea51cefef7e7dc.tar.bz2 volse-hubzilla-c8f64930084a6490cd31ea386cea51cefef7e7dc.zip |
typo fb connector
-rw-r--r-- | addon/facebook/facebook.php | 2 | ||||
-rw-r--r-- | boot.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/addon/facebook/facebook.php b/addon/facebook/facebook.php index e8a24070d..10f6b1399 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); @@ -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 ); |