1
0
mirror of synced 2025-02-06 15:29:26 +03:00

[DDC-1766] More cleanups

This commit is contained in:
Benjamin Eberlei 2012-04-05 00:27:23 +02:00
parent f7496b1482
commit 1095fb39cb

View File

@ -778,9 +778,9 @@ abstract class AbstractQuery
$sql = $this->getSQL();
$hints = $this->getHints();
$hints['hydrationMode'] = $this->getHydrationMode();
$qcp = $this->getHydrationCacheProfile();
ksort($hints);
$qcp = $this->getHydrationCacheProfile();
return $qcp->generateCacheKeys($sql, $params, $hints);
}