The branch "master" has been updated. The following is a summary of the commits.
from: 84cbc20b0bb2da5532ae8f5514d826ade13e447f d969192... On second thought - I don't see the reason for checking the existence of a public member in __get() - if it existed, __get() would never get called - and checking this would have the effect of making all non-public members public. Just return an empty string if a non-visible member is accessed. ----------------------------------------------------------------------- commit d96919227f38c8f5a1df12a1f6bef61154a4aee3 Author: Michael J. Rubinsky <[email protected]> Date: Thu Feb 26 09:06:31 2009 -0500 On second thought - I don't see the reason for checking the existence of a public member in __get() - if it existed, __get() would never get called - and checking this would have the effect of making all non-public members public. Just return an empty string if a non-visible member is accessed. framework/View/lib/Horde/View/Base.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/diff.php/framework/View/lib/Horde/View/Base.php?rt=horde-git&r1=6e9e2ad368cbe8c698679bd68edbcbdab79fdf99&r2=d96919227f38c8f5a1df12a1f6bef61154a4aee3 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
