summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Config/UserPlaceholderHandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/lib/Config/UserPlaceholderHandler.php')
-rw-r--r--apps/files_external/lib/Config/UserPlaceholderHandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Config/UserPlaceholderHandler.php b/apps/files_external/lib/Config/UserPlaceholderHandler.php
index 4922143fa63..bc324931a7e 100644
--- a/apps/files_external/lib/Config/UserPlaceholderHandler.php
+++ b/apps/files_external/lib/Config/UserPlaceholderHandler.php
@@ -35,7 +35,7 @@ class UserPlaceholderHandler extends UserContext implements IConfigHandler {
public function handle($optionValue) {
$this->placeholder = 'user';
$uid = $this->getUserId();
- if($uid === null) {
+ if ($uid === null) {
return $optionValue;
}
return $this->processInput($optionValue, $uid);