From ec5906e60bfe61520ec062e6a89096988c218690 Mon Sep 17 00:00:00 2001 From: Michael Hamann <michael@content-space.de> Date: Mon, 13 Dec 2010 15:52:57 +0100 Subject: [PATCH] Delete superfluous assignment created by the last commit --- inc/actions.php | 1 - 1 file changed, 1 deletion(-) 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'); -- GitLab