Uncomment vehicle cache retrieval in xlvask_vehicles helper.

This commit is contained in:
Jepp9350
2025-06-26 07:59:46 +02:00
parent 2b3ebfe357
commit 0e90c80ee1
@@ -73,7 +73,7 @@ class xlvask_vehicles extends xlvask_helper
$xlvask = new xlvask();
$xlvask_cache = $xlvask->getCache();
if ($xlvask_cache->isVehicleCached($registrationNumber)) {
//return $xlvask_cache->getVehicleCache($registrationNumber);
return $xlvask_cache->getVehicleCache($registrationNumber);
} else if ($onlyCache) {
return null; // Return null if onlyCache is true and vehicle is not cached
}