summaryrefslogtreecommitdiff
path: root/src/frontend_blog/essay_cc-fulfillment.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend_blog/essay_cc-fulfillment.php')
-rw-r--r--src/frontend_blog/essay_cc-fulfillment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend_blog/essay_cc-fulfillment.php b/src/frontend_blog/essay_cc-fulfillment.php
index 5122d384..53d5baaa 100644
--- a/src/frontend_blog/essay_cc-fulfillment.php
+++ b/src/frontend_blog/essay_cc-fulfillment.php
@@ -11,7 +11,7 @@
session_start();
$payments = &pull($_SESSION, "payments", array());
- $payments[$article] = "payed";
+ $payments[$article] = array("ispayed" => true);
$fulfillment_url = url_rel("essay_fulfillment.php");
header("Location: $fulfillment_url");
die();