From f2087c855f3d41c8faee5160404b51b3b06099c7 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 23 Mar 2010 18:17:55 -0400 Subject: Unbreak ACB --- etc/inc/config.lib.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/inc/config.lib.inc b/etc/inc/config.lib.inc index 83d5ed2..c1672e2 100644 --- a/etc/inc/config.lib.inc +++ b/etc/inc/config.lib.inc @@ -571,6 +571,9 @@ function config_restore($conffile) { backup_config(); + // backup_config() will mount RO again when finished. + conf_mount_rw(); + $lockkey = lock('config'); copy($conffile, "{$g['cf_conf_path']}/config.xml"); -- cgit v1.1