mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 12:00:09 +01:00
fix typo
This commit is contained in:
parent
ad4cd28f39
commit
d95c3fe6db
@ -536,7 +536,7 @@ class bo_resources
|
||||
function link_titles(array $ids)
|
||||
{
|
||||
$titles = array();
|
||||
if (($resources =& $this->search(array('res_id' => $ids),self::TITLE_COLS)))
|
||||
if (($resources =& $this->so->search(array('res_id' => $ids),self::TITLE_COLS)))
|
||||
{
|
||||
foreach($resources as $resource)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user