From e3368abf3e97d320ae9040d5189ce12bfae7894d Mon Sep 17 00:00:00 2001 From: Simon DELAGE Date: Fri, 17 Jul 2015 22:51:31 +0200 Subject: [PATCH] Added a missing space --- action.php | 2 +- plugin.info.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.php b/action.php index 3cc34df..eeba8c1 100644 --- a/action.php +++ b/action.php @@ -343,7 +343,7 @@ class action_plugin_userhomepage extends DokuWiki_Action_Plugin{ $publicId = $this->helper->getPublicID(); if ((page_exists($privateId)) && (page_exists($publicId))) { if ($this->getConf('userlink_fa')) { - $return = ''.$INFO['userinfo']['name'].' ( '.$_SERVER['REMOTE_USER'].')'; + $return = ''.$INFO['userinfo']['name'].' ( '.$_SERVER['REMOTE_USER'].')'; } else { $return = ''.$INFO['userinfo']['name'].' ('.$_SERVER['REMOTE_USER'].')'; } diff --git a/plugin.info.txt b/plugin.info.txt index 103e8ce..a5c3f9e 100644 --- a/plugin.info.txt +++ b/plugin.info.txt @@ -1,7 +1,7 @@ base userhomepage author Simon Delage email simon.geekitude@gmail.com -date 2015-07-11 +date 2015-07-17 name User Homepage desc Automatically create user's private namespace and/or public page and redirects users to private namespace on login. url https://www.dokuwiki.org/plugin:userhomepage