commit
a6f8a43f4c
|
@ -62,7 +62,7 @@ function updateBludit()
|
||||||
// UUID
|
// UUID
|
||||||
if( empty($page['uuid']) ) {
|
if( empty($page['uuid']) ) {
|
||||||
$uuid = uniqid();
|
$uuid = uniqid();
|
||||||
$dbPages->setPostDb($key, 'uuid', $uuid);
|
$dbPages->setPageDb($key, 'uuid', $uuid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue