Fixup typo that leads to Fatal Error.

This commit is contained in:
Benoît Burnichon
2015-07-10 09:17:55 +02:00
parent 3b3f3f4011
commit 02cd830491

View File

@@ -2022,7 +2022,7 @@ class record_adapter implements RecordInterface, cache_cacheableInterface
$technical_data = false;
}
if (!false === $technical_data) {
if (false === $technical_data) {
return false;
}