From 150dfde68b74b321e85d3b99d351a2b2337e99bb Mon Sep 17 00:00:00 2001 From: Simon DELAGE Date: Thu, 1 Dec 2016 08:16:27 +0100 Subject: [PATCH] Fixing #27 --- action.php | 6 +++--- plugin.info.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/action.php b/action.php index 24c6886..97fa238 100644 --- a/action.php +++ b/action.php @@ -74,7 +74,7 @@ class action_plugin_userhomepage extends DokuWiki_Action_Plugin{ $_SESSION['uhptimestamp'] = null; } } else { - return flase; + return false; } } @@ -165,7 +165,7 @@ class action_plugin_userhomepage extends DokuWiki_Action_Plugin{ } } } else { - return flase; + return false; } } @@ -302,7 +302,7 @@ class action_plugin_userhomepage extends DokuWiki_Action_Plugin{ } } } else { - return flase; + return false; } } diff --git a/plugin.info.txt b/plugin.info.txt index 6c806b0..4f5a921 100644 --- a/plugin.info.txt +++ b/plugin.info.txt @@ -1,7 +1,7 @@ base userhomepage author Simon Delage email simon.geekitude@gmail.com -date 2016-05-17 +date 2016-12-01 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