]> git.mxchange.org Git - friendica.git/blobdiff - mod/item.php
update DE strings
[friendica.git] / mod / item.php
index 54472e268669bae5b0a6a29f2e9e0dff2fb48443..ef0b232d56b12b96374f3c2356fed80be5b24afa 100644 (file)
@@ -35,7 +35,7 @@ function item_post(&$a) {
 
        call_hooks('post_local_start', $_POST);
 
-       $api_source = ((x($_POST,'api_source')) ? true : false);
+       $api_source = ((x($_POST,'api_source') && $_POST['api_source']) ? true : false);
 
        /**
         * Is this a reply to something?