Revision: 3443
http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3443&view=rev
Author: hemna
Date: 2010-06-15 17:51:27 +0000 (Tue, 15 Jun 2010)
Log Message:
-----------
needs to be public now...php issue
Modified Paths:
--------------
trunk/phphtmllib/src/config/Config.inc
Modified: trunk/phphtmllib/src/config/Config.inc
===================================================================
--- trunk/phphtmllib/src/config/Config.inc 2010-06-15 17:50:47 UTC (rev 3442)
+++ trunk/phphtmllib/src/config/Config.inc 2010-06-15 17:51:27 UTC (rev 3443)
@@ -141,7 +141,7 @@
* @param string $name
* @return boolean
*/
- protected function __isset($name) {
+ public function __isset($name) {
return isset($this->data[$name]);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|