Explorar el Código

Just a little more

pdontthink hace 20 años
padre
commit
0e8dcaf0f9
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/options.php

+ 3 - 0
src/options.php

@@ -249,6 +249,9 @@ if ($optmode == SMOPT_MODE_SUBMIT) {
         case SMOPT_PAGE_DISPLAY:
             $save_hook_name = 'options_display_save';
             break;
+        case SMOPT_PAGE_COMPOSE:
+            $save_hook_name = 'options_compose_save';
+            break;
         case SMOPT_PAGE_FOLDER:
             $save_hook_name = 'options_folder_save';
             break;