From 7d70a1a4e7ed86835311d9fad21235e8d0bcd5be Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 8 Sep 2009 20:01:02 -0400 Subject: [PATCH] Clarify why we are doing this bit of code here... --- kronolith/lib/Event/Sql.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kronolith/lib/Event/Sql.php b/kronolith/lib/Event/Sql.php index 6d751e050..992089d8c 100644 --- a/kronolith/lib/Event/Sql.php +++ b/kronolith/lib/Event/Sql.php @@ -210,7 +210,8 @@ class Kronolith_Event_Sql extends Kronolith_Event /** * Function to check availability and auto accept/decline for each resource * attached to this event. Needed here instead of in Kronolith_Driver::saveEvent - * since self::_properties is already built at that point. + * since self::_properties is already built at that point, and since it's + * not public, we need to access it from within this class. * * @return unknown_type */ -- 2.11.0