From 4865176f1f8d8d6e2ffa1ec1b3383f776e62c691 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Mon, 8 Oct 2018 17:36:34 +0000 Subject: [PATCH] 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 --- src/options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } -- 2.25.1