# HG changeset patch # User Franck Deroche # Date 1279294929 -7200 # Node ID e851124eabe34a162d4b6099cfe42421809fbf11 # Parent ad3d1dbbb66ee9184851942270ece21eeec75224 DailyMotion: Fix typo introduced by refactoring just before the initial commit diff -r ad3d1dbbb66e -r e851124eabe3 scald_dailymotion.module --- a/scald_dailymotion.module Fri Jul 16 17:24:41 2010 +0200 +++ b/scald_dailymotion.module Fri Jul 16 17:42:09 2010 +0200 @@ -127,7 +127,7 @@ $info->author = $item->getElementsByTagNameNS(NS_DM, 'author')->item(0)->nodeValue; // ... and the publication date $info->pubDate = date('c', strtotime($item->getElementsByTagName('pubDate')->item(0)->nodeValue)); - $items[] = $infos; + $items[] = $info; } } }