remove some comment bloat.

This commit is contained in:
Taylor Otwell 2011-11-22 23:35:14 -06:00
parent 100ffb4ffe
commit 16a21422fb
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ protected function compile()
{
// For simplicity, compiled views are stored in a single directory by
// the MD5 hash of their name. This allows us to avoid recreating the
// entire view directory structure within the compiled views directory.
// entire view directory structure within the compiled directory.
$compiled = STORAGE_PATH.'views/'.md5($this->view);
// The view will only be re-compiled if the view has been modified