From 0fe439876523d453ca1c5ad7ddadc808c02c9cf8 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 18 Apr 2009 23:07:08 +0000 Subject: whitespace cleanup --- core/helpers/model_cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers') diff --git a/core/helpers/model_cache.php b/core/helpers/model_cache.php index 0fea8b75..08783615 100644 --- a/core/helpers/model_cache.php +++ b/core/helpers/model_cache.php @@ -20,7 +20,7 @@ class model_cache_Core { private static $cache; - static function get($model_name, $id, $field_name="id") { + static function get($model_name, $id, $field_name="id") { if (TEST_MODE || empty(self::$cache->$model_name->$field_name->$id)) { $model = ORM::factory($model_name)->where($field_name, $id)->find(); if (!$model->loaded) { -- cgit v1.2.3