Fixes for function renaming.
This commit is contained in:
parent
7558ac6153
commit
6094054d66
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class uiHubBrowse extends uiBrowse
|
||||||
$this->results['cnt'] = $results['cnt'];
|
$this->results['cnt'] = $results['cnt'];
|
||||||
foreach ($results['results'] as $rec) {
|
foreach ($results['results'] as $rec) {
|
||||||
// TODO: maybe this getMetaInfo is not correct for the remote results
|
// TODO: maybe this getMetaInfo is not correct for the remote results
|
||||||
$this->results['items'][] = $this->Base->getMetaInfo($this->Base->gb->_idFromGunid($rec));
|
$this->results['items'][] = $this->Base->getMetaInfo($this->Base->gb->idFromGunid($rec));
|
||||||
}
|
}
|
||||||
$this->pagination($results);
|
$this->pagination($results);
|
||||||
// echo '<XMP>this->results:'; print_r($this->results); echo "</XMP>\n";
|
// echo '<XMP>this->results:'; print_r($this->results); echo "</XMP>\n";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue