summaryrefslogtreecommitdiff
path: root/framework/Xml/TXmlDocument.php
diff options
context:
space:
mode:
authorctrlaltca <ctrlaltca@gmail.com>2014-04-12 09:28:04 +0200
committerctrlaltca <ctrlaltca@gmail.com>2014-04-12 09:28:04 +0200
commitf2eea0f9210a61a1a8944bbf58afcef809a9c5b1 (patch)
tree03d85e5813d248d66867ab8d4bdb0a0c75a6b92a /framework/Xml/TXmlDocument.php
parent3fd4d5524cdfdc85a0f48671b14629053f7593f0 (diff)
parent67df5f61adc904798056a8281e17da7e52fcd5cb (diff)
Merge pull request #517 from gnits/master
Recaptcha jQuery fix & TXmlDocument adjustment
Diffstat (limited to 'framework/Xml/TXmlDocument.php')
-rw-r--r--framework/Xml/TXmlDocument.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Xml/TXmlDocument.php b/framework/Xml/TXmlDocument.php
index 74e971bb..69017660 100644
--- a/framework/Xml/TXmlDocument.php
+++ b/framework/Xml/TXmlDocument.php
@@ -475,7 +475,7 @@ class TXmlDocument extends TXmlElement
* @param DOMXmlNode the node to be converted
* @return TXmlElement the converted TXmlElement
*/
- private function buildElement($node)
+ protected function buildElement($node)
{
$element=new TXmlElement($node->tagName);
$element->setValue($node->nodeValue);