]> git.mxchange.org Git - friendica-addons.git/blobdiff - ifttt/ifttt.php
PL translation libertree THX waldis
[friendica-addons.git] / ifttt / ifttt.php
index d24df5fd8693edac476054911d02f289d057a189..14add12a28a4adadf18ec7a589bd5120ab018b28 100644 (file)
@@ -101,7 +101,7 @@ function ifttt_post(App $a)
        $nickname = $a->argv[1];
 
        $user = DBA::selectFirst('user', ['uid'], ['nickname' => $nickname]);
-       if (!DBA::is_result($user)) {
+       if (!DBA::isResult($user)) {
                logger('User ' . $nickname . ' not found.', LOGGER_DEBUG);
                return;
        }