Fix error view path for database
This commit is contained in:
parent
067d32777e
commit
1b769f2a1f
@ -115,7 +115,7 @@ class DB extends Query_Builder {
|
|||||||
// Contain the content for buffering
|
// Contain the content for buffering
|
||||||
ob_start();
|
ob_start();
|
||||||
|
|
||||||
include(MM_APP_PATH.'/errors/error_db.php');
|
include(MM_APP_PATH.'/views/errors/error_db.php');
|
||||||
|
|
||||||
$buffer = ob_get_contents();
|
$buffer = ob_get_contents();
|
||||||
ob_end_clean();
|
ob_end_clean();
|
||||||
|
Loading…
Reference in New Issue
Block a user