소스 검색

fix: initialize $where

stekkel 23 년 전
부모
커밋
72dff04330
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/search.php

+ 5 - 0
src/search.php

@@ -328,6 +328,11 @@ echo '         </SELECT>'.
 if ( !isset( $what ) ) {
     $what = '';
 }
+if ( !isset( $where ) ) {
+    $where = '';
+}
+
+
 $what_disp = str_replace(',', ' ', $what);
 $what_disp = str_replace('\\\\', '\\', $what_disp);
 $what_disp = str_replace('\\"', '"', $what_disp);