@@ -342,7 +342,9 @@ function aggregator_refresh($feed) {
break;
case301:
$feed['url']=$result->redirect_url;
watchdog('special',t('Aggregator: updated URL for feed %title to %url.',array('%title'=>'<em>'.$feed[title].'</em>','%url'=>'<em>'.$feed[url].'</em>')));
watchdog('special',t('Aggregator: updated URL for feed %title to %url.',array('%title'=>'<em>'.$feed['title'].'</em>','%url'=>'<em>'.$feed['url'].'</em>')));
@@ -342,7 +342,9 @@ function aggregator_refresh($feed) {
break;
case301:
$feed['url']=$result->redirect_url;
watchdog('special',t('Aggregator: updated URL for feed %title to %url.',array('%title'=>'<em>'.$feed[title].'</em>','%url'=>'<em>'.$feed[url].'</em>')));
watchdog('special',t('Aggregator: updated URL for feed %title to %url.',array('%title'=>'<em>'.$feed['title'].'</em>','%url'=>'<em>'.$feed['url'].'</em>')));