Closed (works as designed)
Project:
Fivestar
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2011 at 05:59 UTC
Updated:
25 Jan 2013 at 09:56 UTC
fivestar.color.inc is missing in Drupal 7 version of Fivestar module.
Comments
Comment #1
ericduran commentedThis file is not missing. It was removed in the latest version.
Comment #2
doucouredave commentedHi All,
If this file was remove in the lastest version why we always have this file inclusion in hook_menu implementation?
Would it be a forgotten?
$items['fivestar/preview/color'] = array(
'page callback' => 'fivestar_preview_color',
'access callback' => 'user_access',
'access arguments' => array('administer site configuration'),
'type' => MENU_CALLBACK,
'file' => 'includes/fivestar.color.inc',
);