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');
?>

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.