Commit d41b1db7 authored by Taylor Otwell's avatar Taylor Otwell

fixing bug in view class.

parent cfce8230
......@@ -320,7 +320,7 @@ class View implements ArrayAccess {
// The contents of each view file is cached in an array for the
// request since partial views may be rendered inside of for
// loops which could incur performance penalties.
$__content = $this->load();
$__contents = $this->load();
ob_start() and extract($__data, EXTR_SKIP);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment