Is it bug or feature?

Locked
slrzz
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Jan 27, 2012 10:07 am

Is it bug or feature?

Post by slrzz » Fri Jan 27, 2012 10:12 am

i found that
/components/com_contact/models/category.php
has error on line 143:

Code: Select all

if ($categoryId = $this->getState('category.id')) { }
i think it must be :

Code: Select all

if ($categoryId == $this->getState('category.id')) { }

Locked

Return to “Joomla! 2.5 Beta Support”