From 555a307c7d661b652c5bea4d2a8a0453d74532d9 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Tue, 11 Aug 2015 15:00:15 +0200 Subject: remove useless config_(un)lock calls round two --- config/cron/cron.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/cron') diff --git a/config/cron/cron.inc b/config/cron/cron.inc index 0c7c6769..a457cf58 100644 --- a/config/cron/cron.inc +++ b/config/cron/cron.inc @@ -61,7 +61,6 @@ function cron_install_command() { global $config; conf_mount_rw(); - config_lock(); //write_config(); @@ -79,7 +78,6 @@ function cron_install_command() { //} conf_mount_ro(); - config_unlock(); } -- cgit v1.2.3