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();

View File

@ -24,7 +24,7 @@ define(SESS_ID, 'MM_SESSION');
* @package miniMVC
* @subpackage Libraries
*/
class MM_Session{
class MM_Session {
// Combine traits for more dynamic behavior
// but use Singleton for __invoke, so calling