Skip to content

Commit

Permalink
continue, not break. Ouch.
Browse files Browse the repository at this point in the history
  • Loading branch information
fhein committed Jul 25, 2013
1 parent 6da45a7 commit 6889223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MxcLayoutScheme/Service/LayoutSchemeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public function applyChildViewModels($templates, $key) {
break;
}

if (!$template) break;
if (!$template) continue;

$view = new ViewModel();
$view->setTemplate($template);
Expand Down

0 comments on commit 6889223

Please sign in to comment.