]> git.mxchange.org Git - friendica.git/commitdiff
typo fb connector
authorFriendika <info@friendika.com>
Wed, 7 Sep 2011 21:29:15 +0000 (14:29 -0700)
committerFriendika <info@friendika.com>
Wed, 7 Sep 2011 21:29:15 +0000 (14:29 -0700)
addon/facebook/facebook.php
boot.php

index e8a24070dec184f39cf7fec938a4cba9884824fd..10f6b1399eaeddd02a031260eec8385679ac4ceb 100644 (file)
@@ -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);
index 9eabcd4efd713fbba7a3c1e7ea43f7a0e06970be..5563901fb79f338e2628bcdf4938e0009e3ddda9 100644 (file)
--- 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      );