Commit 55e8f0e3 by Taylor Otwell

Refactoring view class.

parent 555299c3
......@@ -163,7 +163,7 @@ class View {
if ( ! is_null($composer = $this->find_composer_handler($composer)))
{
return call_user_func($composer, $this);
call_user_func($composer, $this);
}
}
}
......
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