浏览代码

Fix missing new Form

Laurent Destailleur 2 年之前
父节点
当前提交
8735894a61
共有 1 个文件被更改,包括 2 次插入0 次删除
  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
  * View
  */
  */
 
 
+$form = new Form($db);
+
 $wikihelp = 'EN:First_setup|FR:Premiers_paramétrages|ES:Primeras_configuraciones';
 $wikihelp = 'EN:First_setup|FR:Premiers_paramétrages|ES:Primeras_configuraciones';
 llxHeader('', $langs->trans("Setup"), $wikihelp);
 llxHeader('', $langs->trans("Setup"), $wikihelp);