mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Modernize to PHP 7.0
This commit is contained in:
parent
745fef44f4
commit
241cddc899
6 changed files with 7 additions and 11 deletions
|
@ -59,7 +59,7 @@ class ContentProxy
|
|||
|
||||
$fetchedContent['title'] = $this->sanitizeContentTitle(
|
||||
$fetchedContent['title'],
|
||||
isset($fetchedContent['headers']['content-type']) ? $fetchedContent['headers']['content-type'] : ''
|
||||
$fetchedContent['headers']['content-type'] ?? ''
|
||||
);
|
||||
|
||||
// when content is imported, we have information in $content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue