mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 05:11:59 +01:00
removed duplicate address from restore options
This commit is contained in:
parent
5012fb4060
commit
96875b30b7
@ -556,7 +556,7 @@ class ModelSearchSearch extends Model {
|
||||
}
|
||||
|
||||
if($mydomain == 1) {
|
||||
array_push($addr, $q['to']);
|
||||
if(!in_array($q['to'], $addr)) { array_push($addr, $q['to']); }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user