Fix error view path for database

This commit is contained in:
Timothy Warren 2012-05-14 16:35:11 -04:00
parent 067d32777e
commit 1b769f2a1f
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ class DB extends Query_Builder {
// Contain the content for buffering
ob_start();
include(MM_APP_PATH.'/errors/error_db.php');
include(MM_APP_PATH.'/views/errors/error_db.php');
$buffer = ob_get_contents();
ob_end_clean();