summaryrefslogtreecommitdiff
path: root/inc/actions.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/actions.php')
-rw-r--r--inc/actions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/actions.php b/inc/actions.php
index a4461d1ab..0297f6e56 100644
--- a/inc/actions.php
+++ b/inc/actions.php
@@ -296,7 +296,6 @@ function act_draftsave($act){
'text' => $_POST['wikitext'],
'suffix' => $_POST['suffix'],
'date' => (int) $_POST['date'],
- 'date' => $_POST['date'],
'client' => $INFO['client'],
);
$cname = getCacheName($draft['client'].$ID,'.draft');