From: pdontthink Date: Mon, 8 Oct 2018 17:36:34 +0000 (+0000) Subject: Add generic bottom hook for miscellaneous option pages X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4865176f1f8d8d6e2ffa1ec1b3383f776e62c691;p=squirrelmail.git Add generic bottom hook for miscellaneous option pages git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14785 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/options.php b/src/options.php index dd1bbb13..a4959a01 100644 --- a/src/options.php +++ b/src/options.php @@ -466,7 +466,7 @@ if ($optpage == SMOPT_PAGE_MAIN) { $submit_name = 'submit_order'; break; default: - $bottom_hook_name = ''; + $bottom_hook_name = 'options_generic_bottom'; $submit_name = 'submit'; }