|
@@ -472,7 +472,7 @@ class ElectPool Extends Model
|
|
|
|
|
|
if ($touser['household']){
|
|
|
$household = explode('-',$touser['household']);
|
|
|
- if ($household[1]){
|
|
|
+ if (isset($household[1])){
|
|
|
$touser['household_city'] = $household[1];
|
|
|
}else{
|
|
|
$touser['household_city'] = '';
|