Remove calls to SessionHandler::deleteAcpSessionsExcept()
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 8 Jan 2021 14:51:38 +0000 (15:51 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 21 Jan 2021 10:10:04 +0000 (11:10 +0100)
This method was deprecated in the previous commit.

wcfsetup/install/files/lib/data/user/UserAction.class.php

index ad6194502225f7f05cd4cb7376f3cb08eee558d9..37c5c7b784948a4f66cdadd4e5f43080e620dcfa 100644 (file)
@@ -331,7 +331,6 @@ class UserAction extends AbstractDatabaseObjectAction implements IClipboardActio
                        if (array_key_exists('password', $this->parameters['data']) && $this->parameters['data']['password'] !== '') {
                                foreach ($this->getObjects() as $object) {
                                        SessionHandler::getInstance()->deleteUserSessionsExcept($object->getDecoratedObject(), SessionHandler::getInstance()->sessionID);
-                                       SessionHandler::getInstance()->deleteAcpSessionsExcept($object->getDecoratedObject(), SessionHandler::getInstance()->sessionID);
                                }
                        }
                }