From 052483d7a59fa3920c4d020828415eedcdded966 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 15 Jul 2009 21:46:35 -0400 Subject: needs to be a global now --- etc/inc/util.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/inc') diff --git a/etc/inc/util.inc b/etc/inc/util.inc index 1586367..9914bdc 100644 --- a/etc/inc/util.inc +++ b/etc/inc/util.inc @@ -967,6 +967,7 @@ function mute_kernel_msgs() { } function unmute_kernel_msgs() { + global $config; // Do not mute serial console. The kernel gets very very cranky // and will start dishing you cannot control tty errors. if(trim(file_get_contents("/etc/platform")) == "nanobsd") -- cgit v1.1