converted more to dbm::is_result() + added braces/space

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder
2016-12-20 15:37:27 +01:00
parent 268f90a705
commit c0cc65304b
13 changed files with 61 additions and 41 deletions

View File

@@ -23,7 +23,7 @@ function editpost_content(App &$a) {
intval(local_user())
);
if (! count($itm)) {
if (! dbm::is_result($itm)) {
notice( t('Item not found') . EOL);
return;
}