Merge branch 'master' into permissions

This commit is contained in:
Paolo
2018-07-02 17:44:14 +02:00
12 changed files with 39 additions and 32 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ class FHC_Controller extends CI_Controller
{
$this->_controllerId = $this->input->get(self::FHC_CONTROLLER_ID);
if (!isset($this->_controllerId) || isEmptyString($this->_controllerId))
if (isEmptyString($this->_controllerId))
{
$this->_controllerId = uniqid(); // generate a unique id
// Redirect to the same URL, but giving FHC_CONTROLLER_ID as HTTP GET parameter