mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 06:23:18 +00:00
Fixup typo that leads to Fatal Error.
This commit is contained in:
@@ -2022,7 +2022,7 @@ class record_adapter implements RecordInterface, cache_cacheableInterface
|
||||
$technical_data = false;
|
||||
}
|
||||
|
||||
if (!false === $technical_data) {
|
||||
if (false === $technical_data) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user