Forgot two while fixing the ids. re #104
This commit is contained in:
parent
fa5ec6cb58
commit
9cf33d7d1c
2 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ class OPDSRenderer
|
|||
if ($page->idPage)
|
||||
{
|
||||
$idPage = $page->idPage;
|
||||
if (!is_null (GetUrlParam (DB))) $idPage = GetUrlParam (DB) . ":" . $idPage;
|
||||
if (!is_null (GetUrlParam (DB))) $idPage = str_replace ("cops:", "cops:" . GetUrlParam (DB) . ":", $idPage);
|
||||
self::getXmlStream ()->text ($idPage);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue