mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Add reference to bo object
This commit is contained in:
parent
ab4b6241e9
commit
c834439135
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
function uisettings()
|
function uisettings()
|
||||||
{
|
{
|
||||||
$this->bo = CreateObject('preferences.bosettings');
|
$this->bo =& CreateObject('preferences.bosettings');
|
||||||
|
|
||||||
if($GLOBALS['egw']->acl->check('run',1,'admin'))
|
if($GLOBALS['egw']->acl->check('run',1,'admin'))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user