X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=ifttt%2Fifttt.php;h=14add12a28a4adadf18ec7a589bd5120ab018b28;hb=8a700150cc8c0d430ca2b245618cc3aa4df375c7;hp=d24df5fd8693edac476054911d02f289d057a189;hpb=332ea212b56f0e5b4dc99a79e5dfd90278e6bbfa;p=friendica-addons.git diff --git a/ifttt/ifttt.php b/ifttt/ifttt.php index d24df5fd..14add12a 100644 --- a/ifttt/ifttt.php +++ b/ifttt/ifttt.php @@ -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; }