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