summaryrefslogtreecommitdiff
path: root/demos/chat
diff options
context:
space:
mode:
Diffstat (limited to 'demos/chat')
-rw-r--r--demos/chat/protected/App_Code/ChatUserManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/chat/protected/App_Code/ChatUserManager.php b/demos/chat/protected/App_Code/ChatUserManager.php
index ff751f2b..f28ee362 100644
--- a/demos/chat/protected/App_Code/ChatUserManager.php
+++ b/demos/chat/protected/App_Code/ChatUserManager.php
@@ -74,7 +74,7 @@ class ChatUserManager extends TModule implements IUserManager
* @return TUser the user instance generated based on the cookie auth data, null if the cookie does not have valid auth data.
* @since 3.1.1
*/
- public function getUserFromCookie($cookie);
+ public function getUserFromCookie($cookie)
{
// do nothing since we don't support cookie-based auth in this example
return null;