Fix bug
Fixes: Fatal Error - Cannot access dashboard after updating from v1.5.2 to v1.6
This commit is contained in:
parent
bc3371ee43
commit
961d5bda89
|
@ -62,7 +62,7 @@ function updateBludit()
|
|||
// UUID
|
||||
if( empty($page['uuid']) ) {
|
||||
$uuid = uniqid();
|
||||
$dbPages->setPostDb($key, 'uuid', $uuid);
|
||||
$dbPages->setPageDb($key, 'uuid', $uuid);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue