소스 검색

Update bulk_account_settings_users.php (#182)

frytimo 1 년 전
부모
커밋
779c729c07
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      bulk_account_settings/bulk_account_settings_users.php

+ 3 - 0
bulk_account_settings/bulk_account_settings_users.php

@@ -43,6 +43,9 @@
 	$language = new text;
 	$language = new text;
 	$text = $language->get();
 	$text = $language->get();
 
 
+//set defaults
+	$user_ids = [];
+
 //get the http values and set them as variables
 //get the http values and set them as variables
 	$order_by = check_str($_GET["order_by"]);
 	$order_by = check_str($_GET["order_by"]);
 	$order = check_str($_GET["order"]);
 	$order = check_str($_GET["order"]);