summaryrefslogtreecommitdiff
path: root/inc/actions.php
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2010-12-13 15:52:57 +0100
committerMichael Hamann <michael@content-space.de>2010-12-13 15:52:57 +0100
commitec5906e60bfe61520ec062e6a89096988c218690 (patch)
treead80e98bddb1aa43fabe111c1190074a9f7ad9a1 /inc/actions.php
parent03f008cd4edafbcb75d5f3b99bd3271caabed988 (diff)
downloadrpg-ec5906e60bfe61520ec062e6a89096988c218690.tar.gz
rpg-ec5906e60bfe61520ec062e6a89096988c218690.tar.bz2
Delete superfluous assignment created by the last commit
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');