Fix: tracks not loaded when user changed (regression)
This commit is contained in:
parent
41eb7df3fc
commit
720f191701
@ -35,7 +35,7 @@ if ($userid) {
|
||||
$xml->startElement('root');
|
||||
|
||||
while ($query->fetch()) {
|
||||
$xml->startElement("trip");
|
||||
$xml->startElement("track");
|
||||
$xml->writeElement("trackid", $trackid);
|
||||
$xml->writeElement("trackname", $trackname);
|
||||
$xml->endElement();
|
||||
|
Loading…
x
Reference in New Issue
Block a user