Ver Fonte

Show correct page title when on main options page after saving

pdontthink há 17 anos atrás
pai
commit
93699d1123
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/options.php

+ 1 - 0
src/options.php

@@ -249,6 +249,7 @@ if ($optmode == SMOPT_MODE_SUBMIT) {
 
 if ($optmode == SMOPT_MODE_SUBMIT) {
     $optpage = SMOPT_PAGE_MAIN;
+    $optpage_title = _("Options");
 }
 
 /***************************************************************/