Browse Source

Use app_path in global file. Closes #1975.

Taylor Otwell 11 years ago
parent
commit
8709c6c6b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/start/global.php

+ 1 - 1
app/start/global.php

@@ -80,4 +80,4 @@ App::down(function()
 |
 */
 
-require __DIR__.'/../filters.php';
+require app_path().'/filters.php';