[Cs-webapplibs-commits] SF.net SVN: cs-webapplibs:[146] trunk/0.3/cs_tabs.class.php
Status: Beta
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-08-31 14:52:37
|
Revision: 146 http://cs-webapplibs.svn.sourceforge.net/cs-webapplibs/?rev=146&view=rev Author: crazedsanity Date: 2009-08-31 14:52:28 +0000 (Mon, 31 Aug 2009) Log Message: ----------- Fix visibility of $gfObj to match parent class. Modified Paths: -------------- trunk/0.3/cs_tabs.class.php Modified: trunk/0.3/cs_tabs.class.php =================================================================== --- trunk/0.3/cs_tabs.class.php 2009-08-28 20:30:54 UTC (rev 145) +++ trunk/0.3/cs_tabs.class.php 2009-08-31 14:52:28 UTC (rev 146) @@ -10,7 +10,7 @@ private $selectedTab; private $templateVar; - private $gfObj; + protected $gfObj; /** This is the default suffix to use when none is given during the add_tab() call. */ private $defaultSuffix='tab'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |