converted more to dbm::is_result() + added braces/space
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user