mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Fixed function name.
This commit is contained in:
parent
df1eca4fa2
commit
f10c51193b
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
OCP\JSON::checkLoggedIn();
|
||||
//OCP\User::checkLoggedIn();
|
||||
OCP\App::checkAppEnabled('contacts');
|
||||
session_close_write();
|
||||
session_write_close();
|
||||
|
||||
function getStandardImage(){
|
||||
//OCP\Response::setExpiresHeader('P10D');
|
||||
|
|
|
|||
Loading…
Reference in a new issue