Explorar o código

Add generic bottom hook for miscellaneous option pages

pdontthink %!s(int64=6) %!d(string=hai) anos
pai
achega
317a57283d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/options.php

+ 1 - 1
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';
     }