diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-12-14 23:50:21 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-12-15 00:43:46 +0100 |
commit | df7d6cb26c0e54e9df509b4a739b4d41c87fcb98 (patch) | |
tree | 793ceb63829665a6b2c05304aa772cc785562dc3 /lib/util.php | |
parent | 68562dafb4a814072aa0cd537b0d035f75e7a70f (diff) | |
download | nextcloud-server-df7d6cb26c0e54e9df509b4a739b4d41c87fcb98.tar.gz nextcloud-server-df7d6cb26c0e54e9df509b4a739b4d41c87fcb98.zip |
More style fixes
Diffstat (limited to 'lib/util.php')
-rwxr-xr-x | lib/util.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index fc1c889c31d..fc50123b4fe 100755 --- a/lib/util.php +++ b/lib/util.php @@ -331,8 +331,7 @@ class OC_Util { $parameters[$value] = true; } if (!empty($_POST['user'])) { - $parameters["username"] = - OC_Util::sanitizeHTML($_POST['user']).'"'; + $parameters["username"] = OC_Util::sanitizeHTML($_POST['user']).'"'; $parameters['user_autofocus'] = false; } else { $parameters["username"] = ''; |