From 961d5bda8936e203ca0573a92b7b6b0670f5321f Mon Sep 17 00:00:00 2001 From: anaggh Date: Mon, 22 May 2017 12:59:36 +0530 Subject: [PATCH] Fix bug Fixes: Fatal Error - Cannot access dashboard after updating from v1.5.2 to v1.6 --- bl-kernel/admin/controllers/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bl-kernel/admin/controllers/dashboard.php b/bl-kernel/admin/controllers/dashboard.php index 1af9f7b2..5e8d36fd 100644 --- a/bl-kernel/admin/controllers/dashboard.php +++ b/bl-kernel/admin/controllers/dashboard.php @@ -62,7 +62,7 @@ function updateBludit() // UUID if( empty($page['uuid']) ) { $uuid = uniqid(); - $dbPages->setPostDb($key, 'uuid', $uuid); + $dbPages->setPageDb($key, 'uuid', $uuid); } }