Fixes: Fatal Error - Cannot access dashboard after updating from v1.5.2
to v1.6
This commit is contained in:
anaggh 2017-05-22 12:59:36 +05:30
parent bc3371ee43
commit 961d5bda89
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ function updateBludit()
// UUID
if( empty($page['uuid']) ) {
$uuid = uniqid();
$dbPages->setPostDb($key, 'uuid', $uuid);
$dbPages->setPageDb($key, 'uuid', $uuid);
}
}