web: fix DISABLE_BADGES warning

This commit is contained in:
David Anderson 2014-06-12 09:50:31 -07:00
parent bbedf8d69f
commit 73d6012003
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ if (!defined('DISABLE_FORUMS')) {
if (!defined('DISABLE_TEAMS')) { if (!defined('DISABLE_TEAMS')) {
define('DISABLE_TEAMS', false); define('DISABLE_TEAMS', false);
} }
if (!defined('DISABLE_BADGES')) {
define('DISABLE_BADGES', false);
}
$caching = false; $caching = false;
// if set, we're writing to a file rather than to client // if set, we're writing to a file rather than to client