Merge remote-tracking branch 'friendica/develop' into bug/fix-diaspora-people-links
# Conflicts: # include/follow.php
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ function receive_post(&$a) {
|
||||
$r = q("SELECT * FROM `user` WHERE `guid` = '%s' AND `account_expired` = 0 AND `account_removed` = 0 LIMIT 1",
|
||||
dbesc($guid)
|
||||
);
|
||||
if(! count($r))
|
||||
if(! dbm::is_result($r))
|
||||
http_status_exit(500);
|
||||
|
||||
$importer = $r[0];
|
||||
|
||||
Reference in New Issue
Block a user