Fix class not found

This commit is contained in:
Laurent Destailleur 2021-12-31 14:21:20 +01:00
parent 5666e90f56
commit d7d019e071

View File

@ -86,7 +86,7 @@ if ($action == 'delete') {
* View * View
*/ */
$userstatic = new User($db); $form = new Form($db);
$title = $langs->trans("ListOfBookmarks"); $title = $langs->trans("ListOfBookmarks");