mcp.rating.php bug
Posted: 27 March 2008 11:19 AM   [ Ignore ]
Newbie
Rank
Total Posts:  4
Joined  2008-01-23

In:

mcp.rating.php around line 890:

$rows[]  $DSP->anchor$this->base.AMP.'P=manage_entries'.AMP.'entry_id='.$IN->GBL('entry_id').AMP.$show_empties$row['entry_id');

the code should read:

$rows[]  $DSP->anchor$this->base.AMP.'P=manage_entries'.AMP.'entry_id='.$row['entry_id'].AMP.$show_empties$row['entry_id');

otherwise you won’t be able to filter out entry id’s individually within the admin control panel.

Profile
 
 
Posted: 27 March 2008 02:50 PM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  2320
Joined  2006-10-18

nVaux,

Thank you!

I’ll have this bug fix added to our list smile

 Signature 
Profile
 
 
Posted: 29 August 2008 11:00 AM   [ Ignore ]   [ # 2 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  2320
Joined  2006-10-18

This issue has been corrected in the release of Rating 2.2.0, now available for download. smile

 Signature 
Profile