Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3034 → Rev 3035

/trunk/widget/modules/photo/bibliotheque/xml_feed_parser/1.0.4/parsers/XmlFeedParserType.php
384,7 → 384,7
*
* @return string|false
*/
protected function getContent() {
protected function getContent($method, $arguments = array()) {
$options = array('encoded', 'description');
foreach ($options as $element) {
$test = $this->model->getElementsByTagName($element);