Commit f46de17c authored by Manfred Kutas's avatar Manfred Kutas

ZP-1357 Fixed GetMainUser() return type.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 34ccee17
...@@ -1512,7 +1512,7 @@ class BackendKopano implements IBackend, ISearchProvider { ...@@ -1512,7 +1512,7 @@ class BackendKopano implements IBackend, ISearchProvider {
* Returns the authenticated user name. * Returns the authenticated user name.
* *
* @access public * @access public
* @return string or false if no user is impersonated * @return string
*/ */
public function GetMainUser() { public function GetMainUser() {
return $this->mainUser; return $this->mainUser;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment