30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-21 15:32:25 +00:00
This commit is contained in:
Niels Nübel 2016-10-15 15:45:10 +02:00 committed by Jelle Kok
parent f158889d94
commit ede97061b7

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;
}