]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Typo in lib/omb.php updateprofile request handling.
authorAdrian Lang <mail@adrianlang.de>
Sun, 8 Mar 2009 16:04:48 +0000 (17:04 +0100)
committerAdrian Lang <mail@adrianlang.de>
Sun, 8 Mar 2009 16:04:48 +0000 (17:04 +0100)
lib/omb.php

index befcf4666a85bef45296aad94b84e8b1303e614b..c302a7b649c2918ef0429a56cc0f50bf6ff9cfb7 100644 (file)
@@ -295,7 +295,7 @@ function omb_update_profile($profile, $remote_profile, $subscription)
 
     common_debug('Got HTTP result "'.print_r($result,true).'"', __FILE__);
 
-    if (empty($result) || $result) {
+    if (empty($result) || !$result) {
         common_debug("Unable to contact " . $req->get_normalized_http_url());
     } else if ($result->status == 403) { # not authorized, don't send again
         common_debug('403 result, deleting subscription', __FILE__);