Page 1 of 1

Wrong language constant in a model

Posted: 04 May 2016, 09:21
by Gruz
PG 4.2.2
Line 193 in components/com_phocagallery/models/category.php
There is a line

Code: Select all

JError::raiseError( 404, JText::_( "COM_PHOCAGALLERY_CATEGORY_IS_UNAUTHORIZED" ) );
it should be

Code: Select all

JError::raiseError( 404, JText::_( "COM_PHOCAGALLERY_ERROR_CATEGORY_IS_UNAUTHORIZED" ) );
Image

Re: Wrong language constant in a model

Posted: 08 May 2016, 16:30
by Jan
Hi, thank you very much, will be fixed in next version.

Jan

Re: Wrong language constant in a model

Posted: 16 May 2016, 15:01
by Jan
Hi, fixed in version 4.3.0

Jan