]> git.mxchange.org Git - friendica.git/commit
api: throw HTTPException instead of calling api_error directly
authorfabrixxm <fabrix.xm@gmail.com>
Sun, 14 Feb 2016 10:24:51 +0000 (11:24 +0100)
committerfabrixxm <fabrix.xm@gmail.com>
Sun, 14 Feb 2016 10:24:51 +0000 (11:24 +0100)
commit3f5f1351b98d2e495a12ba56652d0700b9239f80
treeed1038fbec90175c02efe86b05bcbc07155cf8f2
parentd0b5c16a209562e482de9cde9a722f06e8937bf2
api: throw HTTPException instead of calling api_error directly

there was some places where api_error() was called instead of throwing
correct subclass of HTTPException. This was causing php errors.

Dogygen comment of api_error() is updated as well
include/api.php