This commit is contained in:
Niels Nübel 2016-10-15 15:45:10 +02:00 committed by Jelle Kok
parent f158889d94
commit ede97061b7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class WeblinksController extends JControllerLegacy
$vName = $this->input->get('view', 'categories');
$this->input->set('view', $vName);
if (JFactory::getUser()->id ||($this->input->getMethod() == 'POST' && $vName = 'categories'))
if (JFactory::getUser()->id ||($this->input->getMethod() == 'POST' && $vName == 'categories'))
{
$cacheable = false;
}