Commit ea3c59d6 authored by Taylor Otwell's avatar Taylor Otwell

trim view class comment bloat.

parent 46199478
......@@ -133,8 +133,6 @@ class View {
$path = ($module == 'application') ? VIEW_PATH : MODULE_PATH.$module.'/views/';
// If the view is stored in a module, we need to strip the module qualifier off
// of the view name before continuing.
if ($module != 'application')
{
$view = substr($view, strpos($view, ':') + 2);
......
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