lvhao 5 dagar sedan
förälder
incheckning
b57c20143a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      core/CoreApp/controllers/Whlabel.php

+ 1 - 1
core/CoreApp/controllers/Whlabel.php

@@ -491,7 +491,7 @@ class Whlabel extends Start_Controller
 			if ($purchase) {
 				$where  .= " and purchase = '$purchase'";
 			}
-			if ($state) {
+			if (isset($state)) {
 				$where  .= " and state = '$state'";
 			}