Use app_path in global file. Closes #1975.

This commit is contained in:
Taylor Otwell 2013-05-14 00:40:22 -05:00
parent c7f889fe54
commit 8709c6c6b0
1 changed files with 1 additions and 1 deletions

View File

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