Helper:Ratings Documentation error
Permalink
http://www.concrete5.org/documentation/developers/helpers/ratings
The example loading method contains a plural "s"
$rh = Loader::helper('ratings');
But [in the current version at least (5.4.1.1)] it needs to be singular:
$rh = Loader::helper('rating');
Otherwise it fails.
The example loading method contains a plural "s"
$rh = Loader::helper('ratings');
But [in the current version at least (5.4.1.1)] it needs to be singular:
$rh = Loader::helper('rating');
Otherwise it fails.