Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-02-23 12:08:08 +0300
committerJoas Schilling <coding@schilljs.com>2018-02-23 12:08:08 +0300
commit671941043a32b847d0c3e261e778a37f3b1cc9de (patch)
tree2458bbfdf80233d42563832c2268bbf3d80835d3 /lib
parent262654303ef6f544fb706a7ab754f8f3fc544628 (diff)
Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/SettingsController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/SettingsController.php b/lib/Controller/SettingsController.php
index 03b4490..4aeddd5 100644
--- a/lib/Controller/SettingsController.php
+++ b/lib/Controller/SettingsController.php
@@ -88,7 +88,7 @@ class SettingsController extends Controller {
$this->logger->warning(
sprintf(
'User %s trying to impersonate user %s',
- $oldUserId,
+ $currentUser->getUID(),
$userId
),
[