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();
|
||||||
|
@ -24,7 +24,7 @@ define(SESS_ID, 'MM_SESSION');
|
|||||||
* @package miniMVC
|
* @package miniMVC
|
||||||
* @subpackage Libraries
|
* @subpackage Libraries
|
||||||
*/
|
*/
|
||||||
class MM_Session{
|
class MM_Session {
|
||||||
|
|
||||||
// Combine traits for more dynamic behavior
|
// Combine traits for more dynamic behavior
|
||||||
// but use Singleton for __invoke, so calling
|
// but use Singleton for __invoke, so calling
|
||||||
|
Loading…
Reference in New Issue
Block a user