Refactoring view class.

This commit is contained in:
Taylor Otwell
2011-08-05 11:52:52 -05:00
parent 555299c353
commit 55e8f0e330

View File

@@ -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);
}
}
}