Page 1 of 1

Error during unpublish a subcategorie

Posted: 10 Sep 2014, 16:10
by Celestin
Hi,

First, I want to apologize for my English :oops:

In the user control panel, during the unpublish subcategory action, I have this message:

Code: Select all

Notice: Undefined variable: app in components\com_phocagallery\controllers\user.php on line 315
I'm using version 4.1.1

Regards,

Celestin

Re: Error during unpublish a subcategorie

Posted: 10 Sep 2014, 21:28
by Jan
Hi, thank you for the info, I will fix it in next version.

To make a quick fix, add this line:

$app = JFactory::getApplication();

before the line 315

Thank you, Jan

Re: Error during unpublish a subcategorie

Posted: 20 Oct 2014, 21:22
by Jan
Hi, fixed in 4.1.2

Jan