mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix namespace
This commit is contained in:
parent
8abbefd9e1
commit
9368992032
@ -630,7 +630,7 @@ class Sharing
|
||||
{
|
||||
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');
|
||||
}
|
||||
return self::$so;
|
||||
|
Loading…
Reference in New Issue
Block a user