]> git.mxchange.org Git - friendica-addons.git/blobdiff - twitter/twitter_sync.php
Replace and/AND and or/OR by && and ||
[friendica-addons.git] / twitter / twitter_sync.php
index 49c4135477da7f1d65004e95d2c9144558df422e..fd1915d8b44d47a5e78ec7d07082b319618fadd6 100644 (file)
@@ -2,7 +2,7 @@
 
 use Friendica\App;
 
-if (!file_exists("boot.php") AND (sizeof($_SERVER["argv"]) != 0)) {
+if (!file_exists("boot.php") && (sizeof($_SERVER["argv"]) != 0)) {
        $directory = dirname($_SERVER["argv"][0]);
 
        if (substr($directory, 0, 1) != "/")