From ede97061b70986f2c2d483a88c1ae11c53eaa2a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20N=C3=BCbel?= Date: Sat, 15 Oct 2016 15:45:10 +0200 Subject: [PATCH] fix Typo (#270) --- src/components/com_weblinks/controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/com_weblinks/controller.php b/src/components/com_weblinks/controller.php index 5e2b047..5e2818a 100644 --- a/src/components/com_weblinks/controller.php +++ b/src/components/com_weblinks/controller.php @@ -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; }