forked from extern/egroupware
Fix not found class, name has changed.
This commit is contained in:
parent
0b0b11c4f0
commit
244d538653
@ -509,7 +509,7 @@ class infolog_import_infologs_csv implements importexport_iface_import_plugin {
|
|||||||
|
|
||||||
if (!is_object($boprojects))
|
if (!is_object($boprojects))
|
||||||
{
|
{
|
||||||
$boprojects =& CreateObject('projectmanager.boprojectmanager');
|
$boprojects = new projectmanager_bo();
|
||||||
}
|
}
|
||||||
if (($projects = $boprojects->search(array('pm_number' => $num_or_title))) ||
|
if (($projects = $boprojects->search(array('pm_number' => $num_or_title))) ||
|
||||||
($projects = $boprojects->search(array('pm_title' => $num_or_title))))
|
($projects = $boprojects->search(array('pm_title' => $num_or_title))))
|
||||||
|
Loading…
Reference in New Issue
Block a user