api: fix API_LEVEL

master
Andrew Dolgov 13 years ago
parent 791780621b
commit a3b5394aaf

@ -42,7 +42,7 @@ class API extends Handler {
} }
function getApiLevel() { function getApiLevel() {
$rv = array("level" => API_LEVEL); $rv = array("level" => self::API_LEVEL);
print $this->wrap(self::STATUS_OK, $rv); print $this->wrap(self::STATUS_OK, $rv);
} }

Loading…
Cancel
Save