mirror of
https://github.com/friendica/friendica
synced 2025-04-19 08:30:11 +00:00
Fix PHP 7.0 Coding Standards
This commit is contained in:
parent
83cb4edc36
commit
965cd8b096
8 changed files with 16 additions and 15 deletions
|
@ -43,7 +43,7 @@ class Attach extends BaseModule
|
|||
|
||||
// @TODO: Replace with parameter from router
|
||||
$item_id = intval($a->argv[1]);
|
||||
|
||||
|
||||
// Check for existence
|
||||
$item = MAttach::exists(['id' => $item_id]);
|
||||
if ($item === false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue