There was an error while loading. Please reload this page.
1 parent ff27fc9 commit ebc4bf8Copy full SHA for ebc4bf8
1 file changed
controllers/admin/AdminConfigureSlidesController.php
@@ -22,7 +22,7 @@ class AdminConfigureSlidesController extends ModuleAdminController
22
public function ajaxProcessUpdateSlidesPosition()
23
{
24
if (empty(Tools::getValue('action')) || Tools::getValue('action') != 'updateSlidesPosition' || empty(Tools::getValue('slides'))) {
25
- if (ob_get_contents()) {
+ if (ob_get_contents()) {
26
ob_end_clean();
27
}
28
0 commit comments