diff --git a/build/index.php b/build/index.php index 839ec6f..88d6217 100644 --- a/build/index.php +++ b/build/index.php @@ -396,7 +396,7 @@ if($settings->sessionprefix == "auto") ///////////////////////////////////////////////////////////////////////////// /** The version of Pepperminty Wiki currently running. */ $version = "v0.17-dev"; -$commit = "ef530baaed8e424fb8eab554e6af25b4d58ce559"; +$commit = "aac9d15eb946b8c53b31112d5b21d9476fa862c2"; /// Environment /// /** Holds information about the current request environment. */ $env = new stdClass(); @@ -1055,7 +1055,7 @@ function render_editor($editorName) */ function save_settings() { global $paths, $settings; - file_put_contents($paths->settings_file, json_encode($settings, JSON_PRETTY_PRINT)) !== false; + return file_put_contents($paths->settings_file, json_encode($settings, JSON_PRETTY_PRINT)) !== false; } /** diff --git a/module_index.json b/module_index.json index d4c5b7c..6bd000b 100755 --- a/module_index.json +++ b/module_index.json @@ -140,7 +140,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds a organiser page that lets moderators (or better) control the reegistered user accounts, and perform adminstrative actions such as password resets, and adding \/ removing accounts.", "id": "feature-user-table", - "lastupdate": 1526142201, + "lastupdate": 1526161887, "optional": false }, {