Quellcode durchsuchen

_top bug, yet another help from Simon

teepe vor 23 Jahren
Ursprung
Commit
12fb89fdcd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/options.php

+ 1 - 1
src/options.php

@@ -228,7 +228,7 @@ if ($optpage == SMOPT_PAGE_MAIN) {
     /* First, display the results of a submission, if needed. */
     /**********************************************************/
     if ($optmode == SMOPT_MODE_SUBMIT) {
-        if (isset($frame_top)) {
+        if (!isset($frame_top)) {
             $frame_top = '_top';
         }
         /* Display a message indicating a successful save. */