Skip to content
Snippets Groups Projects
Commit 03f008cd authored by Michael Hamann's avatar Michael Hamann
Browse files

Copy changes from ajax_lock to act_draftsave

parent 3e304b55
No related branches found
No related tags found
No related merge requests found
......@@ -292,9 +292,10 @@ function act_draftsave($act){
global $conf;
if($conf['usedraft'] && $_POST['wikitext']){
$draft = array('id' => $ID,
'prefix' => $_POST['prefix'],
'prefix' => substr($_POST['prefix'], 0, -1),
'text' => $_POST['wikitext'],
'suffix' => $_POST['suffix'],
'date' => (int) $_POST['date'],
'date' => $_POST['date'],
'client' => $INFO['client'],
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment