Passed
Pull Request — master (#1763)
by Timo
17:00
created
Classes/Controller/Backend/Search/IndexQueueModuleController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@
 block discarded – undo
232 232
         $updateCount = $this->indexQueue->updateItem($type, $uid, time());
233 233
         $updateCount += $this->tiggerUpdateHook($type, $uid, $pageId, $languageUid);
234 234
 
235
-        if($updateCount > 0) {
235
+        if ($updateCount > 0) {
236 236
             $label = 'solr.backend.index_queue_module.flashmessage.success.single_item_was_requeued';
237 237
             $severity = FlashMessage::OK;
238 238
         }
Please login to merge, or discard this patch.