From 9682aea995dd6d5f41361f70b7528f896277e44f Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Mon, 16 Jan 2012 21:34:16 -0500 Subject: [PATCH] Stupid typo in settings.py --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 53cfae6a6a..8ab2a98df8 100644 --- a/settings.py +++ b/settings.py @@ -1,6 +1,6 @@ if 'COURSEWARE_ENABLED' not in locals(): COURSEWARE_ENABLED = True -if 'TRACK_DIR' not in locals(): +if 'ASKBOT_ENABLED' not in locals(): ASKBOT_ENABLED = True if not COURSEWARE_ENABLED: ASKBOT_ENABLED = False