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