mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
removed duplicate address from restore options
This commit is contained in:
@ -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']); }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user