@@ -35,10 +35,10 @@ |
||
35 | 35 | <?php } ?> |
36 | 36 | <?php $controls = PageTypeComposerFormLayoutSetControl::getList($cfl); |
37 | 37 | |
38 | - foreach($controls as $con) { |
|
39 | - if (is_object($page)) { // we are loading content in |
|
40 | - $con->setPageObject($page); |
|
41 | - } |
|
38 | + foreach($controls as $con) { |
|
39 | + if (is_object($page)) { // we are loading content in |
|
40 | + $con->setPageObject($page); |
|
41 | + } |
|
42 | 42 | $con->setTargetParentPageID($targetParentPageID); |
43 | 43 | ?> |
44 | 44 | <?php $con->render(); ?> |