Skip to content

Commit

Permalink
Merge pull request #778 from LuckyCyborg/master
Browse files Browse the repository at this point in the history
Consolidate Core\Controller
  • Loading branch information
daveismynamecom committed Apr 24, 2016
2 parents 1fdc8dd + 367af2f commit b4853d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Core/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ protected function after($data)
->display();
} else {
// The given View instance is a Template, or no Layout is specified.
$result->display();
$data->display();
}
}

Expand Down

0 comments on commit b4853d8

Please sign in to comment.