Can't load helper, no such file or directory

Permalink
Any idea why this line

$fh = Loader::helper('feeds');


should produce a, no such file or directory error

Warning: require_once(/----------/concrete/helpers/feeds.php) [function.require-once]: failed to open stream: No such file or directory in /-------/concrete/core/libraries/loader.php on line 279

 
CC3381 replied on at Permalink Best Answer Reply
CC3381
Try this.
<?php
$fh = Loader::helper('feed');
?>