trim view class comment bloat.

This commit is contained in:
Taylor Otwell 2011-08-06 20:52:48 -05:00
parent 46199478d8
commit ea3c59d6b9
1 changed files with 0 additions and 2 deletions

View File

@ -133,8 +133,6 @@ private static function parse($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);