Failed Conditions
Pull Request — master (#1763)
by Timo
05:09
created
Classes/Controller/Backend/Search/IndexQueueModuleController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -229,8 +229,8 @@
 block discarded – undo
229 229
         $label = 'solr.backend.index_queue_module.flashmessage.error.single_item_not_requeued';
230 230
         $severity = FlashMessage::ERROR;
231 231
 
232
-         $updateCount = $this->indexQueue->updateItem($type, $uid, time());
233
-         $updateCount += $this->tiggerUpdateHook($type, $uid, $pageId, $languageUid);
232
+            $updateCount = $this->indexQueue->updateItem($type, $uid, time());
233
+            $updateCount += $this->tiggerUpdateHook($type, $uid, $pageId, $languageUid);
234 234
 
235 235
         if($updateCount > 0) {
236 236
             $label = 'solr.backend.index_queue_module.flashmessage.success.single_item_was_requeued';
Please login to merge, or discard this patch.