[geeklog-cvs] geeklog: Typo - calling wrong/nonexistent function

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Mar 4 08:15:32 EST 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/a28d8b6202c4
changeset: 6816:a28d8b6202c4
user:      Dirk Haun <dirk at haun-online.de>
date:      Wed Mar 04 14:08:02 2009 +0100
description:
Typo - calling wrong/nonexistent function

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
system/classes/syndication/feedparserbase.class.php |    2 +-

diffs (12 lines):

diff -r e6d01d19b66b -r a28d8b6202c4 system/classes/syndication/feedparserbase.class.php
--- a/system/classes/syndication/feedparserbase.class.php	Sun Mar 01 16:44:29 2009 +0100
+++ b/system/classes/syndication/feedparserbase.class.php	Wed Mar 04 14:08:02 2009 +0100
@@ -189,7 +189,7 @@
       {
         if($key != 'extensions')
         {
-            $value = $this->safeXML( $value );
+            $value = $this->_safeXML( $value );
             $xml .= "<$key>$value</$key>\n>";
         } else {
             if(is_array($value))



More information about the geeklog-cvs mailing list