From d3e3bbd713e9391893bc2561f15b6f2348412faa Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 20 Jan 2010 23:27:52 -0800 Subject: improve comment. --- modules/gallery_unit_test/helpers/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gallery_unit_test') diff --git a/modules/gallery_unit_test/helpers/test.php b/modules/gallery_unit_test/helpers/test.php index 2bb38b81..aa8dda88 100644 --- a/modules/gallery_unit_test/helpers/test.php +++ b/modules/gallery_unit_test/helpers/test.php @@ -75,7 +75,7 @@ class test_Core { $tag = ORM::factory("tag"); $tag->name = (string)rand(); - // have to reload because ORM::load has string versions of values that we set as integers. + // Reload so that ORM coerces all fields into strings. return $tag->save()->reload(); } } -- cgit v1.2.3