Преглед изворни кода

Added space to appease maintaner.

Ben Lumley пре 13 година
родитељ
комит
ff7573af2d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Admin/Admin.php

+ 1 - 1
Admin/Admin.php

@@ -616,7 +616,7 @@ abstract class Admin implements AdminInterface, DomainObjectInterface
         $this->configureShowField($mapper); // deprecated, use configureShowFields instead
         $this->configureShowFields($mapper);
 
-        foreach($this->getExtensions() as $extension) {
+        foreach ($this->getExtensions() as $extension) {
             $extension->configureShowFields($mapper);
         }