mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fix typo?
This commit is contained in:
parent
d11469f91f
commit
4e2ae9e19c
@ -542,7 +542,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