Do not imitate real user. No uid for guests

This commit is contained in:
Victor Dubiniuk 2014-04-09 17:55:29 +03:00
parent 5b5eff3724
commit dd8e3242fb

View File

@ -37,7 +37,6 @@ class Controller {
\OCP\JSON::callCheck(); \OCP\JSON::callCheck();
} }
\OCP\JSON::checkAppEnabled('documents'); \OCP\JSON::checkAppEnabled('documents');
return '(guest)';
} }
} }