renamed DEBUG_MODE to DEV_MODE

This commit is contained in:
Steffen Schröder
2014-05-18 23:51:20 +02:00
parent 5cf86b2025
commit fedf1710a2
3 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ class UsageReporter implements TimerListener {
* @param float $time
*/
public function reportUsage($time) {
if (ManiaControl::DEBUG_MODE || !$this->maniaControl->settingManager->getSettingValue($this, self::SETTING_REPORT_USAGE)) {
if (ManiaControl::DEV_MODE || !$this->maniaControl->settingManager->getSettingValue($this, self::SETTING_REPORT_USAGE)) {
return;
}