diff options
author | friendica <info@friendica.com> | 2014-01-27 18:06:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-27 18:06:09 -0800 |
commit | 3100b5d93e9f440a17b99d2856ee022b29d73f80 (patch) | |
tree | 86bac10ca87e17ca0d36d0e69595f61c483c27cd /library/ajaxchat/chat/lib/class/CustomAJAXChat.php | |
parent | d9794b981d56c0e0f6e23d33a421e64378fd78a6 (diff) | |
download | volse-hubzilla-3100b5d93e9f440a17b99d2856ee022b29d73f80.tar.gz volse-hubzilla-3100b5d93e9f440a17b99d2856ee022b29d73f80.tar.bz2 volse-hubzilla-3100b5d93e9f440a17b99d2856ee022b29d73f80.zip |
photo tagging still broken - but at least don't create a new linked item every time a photo is edited.
Diffstat (limited to 'library/ajaxchat/chat/lib/class/CustomAJAXChat.php')
-rw-r--r-- | library/ajaxchat/chat/lib/class/CustomAJAXChat.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/ajaxchat/chat/lib/class/CustomAJAXChat.php b/library/ajaxchat/chat/lib/class/CustomAJAXChat.php index a18e64069..9fff6ada9 100644 --- a/library/ajaxchat/chat/lib/class/CustomAJAXChat.php +++ b/library/ajaxchat/chat/lib/class/CustomAJAXChat.php @@ -13,6 +13,8 @@ class CustomAJAXChat extends AJAXChat { // Returns null if login is invalid function getValidLoginUserData() { + + $customUsers = $this->getCustomUsers(); if($this->getRequestVar('password')) { |