fixed vie errors.

This commit is contained in:
Taylor Otwell
2011-08-18 22:00:59 -05:00
parent d943f8b749
commit 0a5c442295
14 changed files with 3 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
// The active modules for this Laravel installation.
// --------------------------------------------------------------
$active = array(
'application' => realpath('../application'),
'application' => 'application',
);
// --------------------------------------------------------------