From: Michael J. Rubinsky Date: Wed, 9 Sep 2009 00:01:02 +0000 (-0400) Subject: Clarify why we are doing this bit of code here... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7d70a1a4e7ed86835311d9fad21235e8d0bcd5be;p=horde.git Clarify why we are doing this bit of code here... --- 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 */