]> git.mxchange.org Git - friendica-addons.git/blobdiff - buffer/bufferapp.php
notifyall FR translation added - thx Thecross
[friendica-addons.git] / buffer / bufferapp.php
index 3125033603e5f4935cd1070c4aa176ca489cdcc8..7215175dc77cc4753d6790b13843153df752dd29 100644 (file)
@@ -85,7 +85,7 @@
                        if ($callback_url) $this->set_callback_url($callback_url);
                        if ($access_token) $this->access_token = $access_token;
 
-                       if (isset($_GET['code']) AND $_GET['code']) {
+                       if (isset($_GET['code']) && $_GET['code']) {
                                $this->code = $_GET['code'];
                                $this->create_access_token_url();
                        }