mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-08 14:29:37 +00:00
drop errors.php and simplify error handling
This commit is contained in:
@@ -19,8 +19,6 @@ class Pref_Users extends Handler_Administrative {
|
||||
"user" => $row,
|
||||
"access_level_names" => $access_level_names
|
||||
]);
|
||||
} else {
|
||||
print json_encode(["error" => "USER_NOT_FOUND"]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user