From ea3c59d6b9325d6312623781ec61f5b4732424f5 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 6 Aug 2011 20:52:48 -0500 Subject: [PATCH] trim view class comment bloat. --- system/view.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/view.php b/system/view.php index 1917ea26..cad7b327 100644 --- a/system/view.php +++ b/system/view.php @@ -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);