mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +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;
|
$technical_data = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!false === $technical_data) {
|
if (false === $technical_data) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user