mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 01:41:59 +01:00
fixed a webui typo
This commit is contained in:
parent
6bbfe1e734
commit
d45f35420e
@ -462,7 +462,7 @@ class ModelSearchSearch extends Model {
|
||||
foreach($query->rows as $r) {
|
||||
if(!isset($rcpt[$r['id']])) {
|
||||
$srcpt[$r['id']] = $r['to'];
|
||||
$rcpt[$r['id']] .= $r['to'];
|
||||
$rcpt[$r['id']] = $r['to'];
|
||||
}
|
||||
else {
|
||||
$rcpt[$r['id']] .= ",\n" . $r['to'];
|
||||
|
Loading…
Reference in New Issue
Block a user