Completed
Pull Request — master (#28)
by De Cramer
02:19
created
src/eXpansion/Core/Plugins/GuiHandler.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -239,9 +239,9 @@
 block discarded – undo
239 239
      */
240 240
     public function onExpansionGroupDestroy(Group $group, $lastLogin)
241 241
     {
242
-       if (isset($this->displayeds[$group->getName()])) {
243
-           unset($this->displayeds[$group->getName()]);
244
-       }
242
+        if (isset($this->displayeds[$group->getName()])) {
243
+            unset($this->displayeds[$group->getName()]);
244
+        }
245 245
     }
246 246
 
247 247
     /**
Please login to merge, or discard this patch.