Update build

This commit is contained in:
Starbeamrainbowlabs 2018-05-12 23:20:00 +01:00
parent aac9d15eb9
commit 651d456793
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 3 additions and 3 deletions

View File

@ -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;
}
/**

View File

@ -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
},
{