Skip to content
Snippets Groups Projects
Commit f10c5119 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Fixed function name.

parent df1eca4f
Branches
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
OCP\JSON::checkLoggedIn(); OCP\JSON::checkLoggedIn();
//OCP\User::checkLoggedIn(); //OCP\User::checkLoggedIn();
OCP\App::checkAppEnabled('contacts'); OCP\App::checkAppEnabled('contacts');
session_close_write(); session_write_close();
function getStandardImage(){ function getStandardImage(){
//OCP\Response::setExpiresHeader('P10D'); //OCP\Response::setExpiresHeader('P10D');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment