mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
api: fix API_LEVEL
This commit is contained in:
@@ -42,7 +42,7 @@ class API extends Handler {
|
||||
}
|
||||
|
||||
function getApiLevel() {
|
||||
$rv = array("level" => API_LEVEL);
|
||||
$rv = array("level" => self::API_LEVEL);
|
||||
print $this->wrap(self::STATUS_OK, $rv);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user