summaryrefslogtreecommitdiff
path: root/idiorm.php
diff options
context:
space:
mode:
Diffstat (limited to 'idiorm.php')
-rw-r--r--idiorm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/idiorm.php b/idiorm.php
index a6fdf9c..aa34658 100644
--- a/idiorm.php
+++ b/idiorm.php
@@ -1428,7 +1428,7 @@
*/
protected static function _check_query_cache($cache_key, $connection_name = self::DEFAULT_CONNECTION) {
if (isset(self::$_query_cache[$connection_name][$cache_key])) {
- return self::$_query_cache[$cache_key];
+ return self::$_query_cache[$connection_name][$cache_key];
}
return false;
}