Clean PHP code.

This commit is contained in:
Lars Jung 2015-05-02 03:27:24 +02:00
parent d6040b028e
commit 65caa0fe9d
2 changed files with 0 additions and 58 deletions

View file

@ -87,11 +87,6 @@ class Api {
$response["items"] = $this->app->get_items($url, $what);
}
if (Util::get_boolean_request_param("all_items", false)) {
$response["all_items"] = $this->app->get_all_items();
}
Util::json_exit($response);
}