Browse Source

Fix class not found

Laurent Destailleur 3 years ago
parent
commit
d7d019e071
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/bookmarks/list.php

+ 1 - 1
htdocs/bookmarks/list.php

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