mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Correct namespace.
This commit is contained in:
parent
1453ecab48
commit
de26552f2f
@ -155,7 +155,7 @@ class Addressbook {
|
||||
}
|
||||
$row['permissions'] = $sharedAddressbook['permissions'];
|
||||
} else {
|
||||
$row['permissions'] = OCP\PERMISSION_ALL;
|
||||
$row['permissions'] = \OCP\PERMISSION_ALL;
|
||||
}
|
||||
return $row;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user