[3.0.0 RC4 bug] "Image Rating" picture incorrect

Phoca Gallery - image gallery extension
pitu
Phoca Member
Phoca Member
Posts: 13
Joined: 01 Oct 2010, 21:29
Location: Slovakia

[3.0.0 RC4 bug] "Image Rating" picture incorrect

Post by pitu »

Hi Jan,
Page title picture for "Image Rating" is incorrect (instead it appears "Category Rating" picture)

Problem is on row 48 in administrator\components\com_phocagallery\views\phocagalleryraimg\view.html.php:
JToolBarHelper::title( JText::_( 'COM_PHOCAGALLERY_IMAGE_RATING' ), 'vote.png' );

Change code to:
JToolBarHelper::title( JText::_( 'COM_PHOCAGALLERY_IMAGE_RATING' ), 'vote-img.png' );
solved problem to me
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: [3.0.0 RC4 bug] "Image Rating" picture incorrect

Post by Jan »

Hi, thanks for this info, fixed in 3.0.0 RC5

Jan
If you find Phoca extensions useful, please support the project
Post Reply