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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-07 13:49:43 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-07 13:49:43 +0400
commit131d82e41e2fee1d296687bdbba3c9ad50e979a6 (patch)
treec0c9b6326191bd0a0e60b8a2db72b91659c0f4de /lib/private/user.php
parentaa34438d06399e0383762998722d056cbe1c543b (diff)
move call to print_unescaped() to template
Diffstat (limited to 'lib/private/user.php')
-rw-r--r--lib/private/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/user.php b/lib/private/user.php
index f7661f8d83e..0284e8044f6 100644
--- a/lib/private/user.php
+++ b/lib/private/user.php
@@ -327,7 +327,7 @@ class OC_User {
}
}
- return print_unescaped("href=".link_to('', 'index.php'))."?logout=true";
+ return "href=" . link_to('', 'index.php') . "?logout=true";
}
/**