Skip to content

Commit ebc4bf8

Browse files
authored
Cs Fixer
1 parent ff27fc9 commit ebc4bf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controllers/admin/AdminConfigureSlidesController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class AdminConfigureSlidesController extends ModuleAdminController
2222
public function ajaxProcessUpdateSlidesPosition()
2323
{
2424
if (empty(Tools::getValue('action')) || Tools::getValue('action') != 'updateSlidesPosition' || empty(Tools::getValue('slides'))) {
25-
if (ob_get_contents()) {
25+
if (ob_get_contents()) {
2626
ob_end_clean();
2727
}
2828

0 commit comments

Comments
 (0)