]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_network.php
Better content detection for posts to Twitter
[friendica.git] / mod / update_network.php
index 42172486d83634c2b6e1af4227531fc4dcd1be94..ec3494fb7c1dd585d405d5a525476c47d11a06d5 100644 (file)
@@ -15,7 +15,7 @@ function update_network_content(App $a) {
        echo "<!DOCTYPE html><html><body>\r\n";
        echo "<section>";
 
-       if (!get_pconfig($profile_uid, "system", "no_auto_update") OR ($_GET["force"] == 1)) {
+       if (!get_pconfig($profile_uid, "system", "no_auto_update") || ($_GET["force"] == 1)) {
                $text = network_content($a, $profile_uid);
        } else {
                $text = "";