Explorar o código

Show correct page title when on main options page after saving

pdontthink %!s(int64=17) %!d(string=hai) anos
pai
achega
93699d1123
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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");
 }
 
 /***************************************************************/