Browse Source

_top bug, yet another help from Simon

teepe 23 years ago
parent
commit
12fb89fdcd
1 changed files with 1 additions and 1 deletions
  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. */