From a48b66e8d509cfc1d66fbcd45679a6b1bc127d12 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= <gabor@hojtsy.hu>
Date: Sun, 30 May 2010 09:07:58 +0000
Subject: [PATCH] #696696 follow up by asimmonds: restore WATCHDOG_EMERG
 constant name

---
 includes/bootstrap.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 50c0a323004b..7bfa7d871457 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -43,7 +43,7 @@
  * @see watchdog()
  * @see watchdog_severity_levels()
  */
-define('WATCHDOG_EMERGENCY', 0);
+define('WATCHDOG_EMERG', 0);
 
 /**
  * Log message severity -- Alert: action must be taken immediately.
-- 
GitLab