소스 검색

_top bug, yet another help from Simon

teepe 23 년 전
부모
커밋
12fb89fdcd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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. */