mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 19:11:28 +00:00
prepend error code before error message if getUnread failed (closes #104)
This commit is contained in:
@@ -3981,7 +3981,7 @@
|
||||
$uid = db_fetch_result($result, 0, "id");
|
||||
print getGlobalUnread($link, $uid);
|
||||
} else {
|
||||
print "Error: user not found";
|
||||
print "-1;User not found";
|
||||
}
|
||||
|
||||
$print_exec_time = false;
|
||||
|
||||
Reference in New Issue
Block a user