if (Request::hasVar('galleria_autoplay', 'POST')) {
            if ($helper->getConfig('galleria_autoplay') != $_POST['galleria_autoplay']) {
                $criteria = new \CriteriaCompo();
                $criteria->add($moduleIdCriteria);
                $criteria->add(new \Criteria('conf_name', 'galleria_autoplay'));