Fixed typo
[fa-stable.git] / admin / company_preferences.php
index 693dd5a4f18591f9f1b52083c068c68b3e576200..ff9dd5a9f1918eeb24cbd56de09097c02fe509c0 100644 (file)
@@ -82,7 +82,7 @@ if (isset($_POST['submit']) && $_POST['submit'] != "")
 
                display_notification_centered(_("Company setup has been updated."));
        }
-
+       $Ajax->activate('_page_body');
 } /* end of if submit */
 
 //---------------------------------------------------------------------------------------------
@@ -168,7 +168,7 @@ end_row();
 
 end_table(1);
 hidden('coy_logo', $_POST['coy_logo']);
-submit_center('submit', _("Update"));
+submit_center('submit', _("Update"), true, '', true);
 
 end_form(2);
 //-------------------------------------------------------------------------------------------------