Thomas 14 년 전
부모
커밋
80cea9b0b6
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      Admin/Admin.php
  2. 0 1
      Controller/CRUDController.php

+ 1 - 1
Admin/Admin.php

@@ -774,7 +774,7 @@ abstract class Admin implements AdminInterface
             $parameters[$this->getParent()->getIdParameter()] = $this->request->get($this->getParent()->getIdParameter());
         }
 
-        // if the admin is lnked to a parent FieldDescription (ie, embedded widget)
+        // if the admin is linked to a parent FieldDescription (ie, embedded widget)
         if ($this->hasParentFieldDescription()) {
             // merge link parameter if any provided by the parent field
             $parameters = array_merge($parameters, $this->getParentFieldDescription()->getOption('link_parameters', array()));

+ 0 - 1
Controller/CRUDController.php

@@ -168,7 +168,6 @@ class CRUDController extends Controller
         // todo
     }
 
-
     /**
      * return the Response object associated to the edit action
      *