aboutsummaryrefslogtreecommitdiff
path: root/muamba.module
diff options
context:
space:
mode:
Diffstat (limited to 'muamba.module')
-rw-r--r--muamba.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/muamba.module b/muamba.module
index fa72412..fd6fd74 100644
--- a/muamba.module
+++ b/muamba.module
@@ -14,7 +14,7 @@ define('MUAMBA_ACCEPTED', 1);
define('MUAMBA_REJECTED', 2);
define('MUAMBA_RELEASED', 3);
define('MUAMBA_RETURNED', 4);
-define('MUAMBA_CANCELLED', 4);
+define('MUAMBA_CANCELLED', 5);
// Load requirements.
include_once('muamba.misc.inc');