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