Turn epoch_to_gmdate() and str_to_gmdate() into static methods
[tweeper.git] / rss_converter_twitter.com.xsl
index 7f07ad7..96ecf04 100644 (file)
@@ -47,7 +47,7 @@
                 <xsl:value-of select="concat($twitterBaseURL, .//a[@class='details with-icn js-details']/@href)"/>
             </link>
             <pubDate>
                 <xsl:value-of select="concat($twitterBaseURL, .//a[@class='details with-icn js-details']/@href)"/>
             </link>
             <pubDate>
-                <xsl:value-of select="php:functionString('epoch_to_gmdate', .//small[@class='time']//span/@data-time)"/>
+                <xsl:value-of select="php:functionString('Tweeper::epoch_to_gmdate', .//small[@class='time']//span/@data-time)"/>
             </pubDate>
             <description>
                 <xsl:value-of select="concat($screen-name, ': ')"/>
             </pubDate>
             <description>
                 <xsl:value-of select="concat($screen-name, ': ')"/>