зеркало из https://github.com/mozilla/pjs.git
fix broken link in agg queries. Not part of build, no bug (as with checkin before)
This commit is contained in:
Родитель
eb709ccc1e
Коммит
5e8132189f
|
@ -273,7 +273,7 @@ else {
|
|||
} else {
|
||||
if(($key == $_GET['count']) || ($key == 'host_hostname' && $_GET['count'] == 'host_id')){
|
||||
if ($key == 'host_hostname' && $_GET['count'] == 'host_id'){
|
||||
$subquery = 'host_hostname='.$row['host_hostname'];
|
||||
$subquery = 'host_hostname='.$query->fields['host_hostname'];
|
||||
}
|
||||
else {
|
||||
$subquery = $_GET['count'].'='.$query->fields[$key];
|
||||
|
|
Загрузка…
Ссылка в новой задаче