Rename DBA::is_result to DBA::isResult
This commit is contained in:
committed by
Hypolite Petovan
parent
332ea212b5
commit
f4ad0d3721
@@ -43,7 +43,7 @@ function viewsrc_item_photo_menu(&$a, &$b)
|
||||
|
||||
if (local_user() != $b['item']['uid']) {
|
||||
$item = Item::selectFirstForUser(local_user(), ['id'], ['uid' => local_user(), 'guid' => $b['item']['guid']]);
|
||||
if (!DBA::is_result($item)) {
|
||||
if (!DBA::isResult($item)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user