Browse Source

Fix missing new Form

Laurent Destailleur 2 years ago
parent
commit
8735894a61
1 changed files with 2 additions and 0 deletions
  1. 2 0
      htdocs/admin/company_socialnetworks.php

+ 2 - 0
htdocs/admin/company_socialnetworks.php

@@ -84,6 +84,8 @@ if (($action == 'update' && !GETPOST("cancel", 'alpha'))) {
  * View
  */
 
+$form = new Form($db);
+
 $wikihelp = 'EN:First_setup|FR:Premiers_paramétrages|ES:Primeras_configuraciones';
 llxHeader('', $langs->trans("Setup"), $wikihelp);