From 7533334de99717265fe4ae5ffdbe255418fa664b Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 27 May 2019 17:30:42 +0200 Subject: [PATCH] SyncruleController: fix typo --- application/controllers/SyncruleController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/SyncruleController.php b/application/controllers/SyncruleController.php index 1155ad37..67c62635 100644 --- a/application/controllers/SyncruleController.php +++ b/application/controllers/SyncruleController.php @@ -207,7 +207,7 @@ class SyncruleController extends ActionController if (isset($modifiedProperties['imports'])) { $modifiedProperties['imports']++; } else { - $modifiedProperties['grouimportsps'] = 1; + $modifiedProperties['imports'] = 1; } } }