mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 13:22:06 +02:00
Fix namespace
This commit is contained in:
parent
8abbefd9e1
commit
9368992032
@ -630,7 +630,7 @@ class Sharing
|
|||||||
{
|
{
|
||||||
if (!isset(self::$so))
|
if (!isset(self::$so))
|
||||||
{
|
{
|
||||||
self::$so = new Api\Storage\Base('phpgwapi', self::TABLE, null, '', true);
|
self::$so = new Storage\Base('phpgwapi', self::TABLE, null, '', true);
|
||||||
self::$so->set_times('string');
|
self::$so->set_times('string');
|
||||||
}
|
}
|
||||||
return self::$so;
|
return self::$so;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user