From b988fe5f94b8d1a5358cb04da02e1d8f220ef416 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 22 Sep 2006 06:10:42 +0000 Subject: [PATCH] DOn't terminate upgrade if stats didn't work --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/index.php b/admin/index.php index 73f83f8f06..bd924b8691 100644 --- a/admin/index.php +++ b/admin/index.php @@ -249,7 +249,7 @@ } require_once($CFG->libdir.'/statslib.php'); if (!stats_upgrade_for_roles_wrapper()) { - error('Couldn\'t upgrade the stats tables to use the new roles system'); + notify('Couldn\'t upgrade the stats tables to use the new roles system'); } if (!update_capabilities()) { error('Had trouble upgrading the core capabilities for the Roles System'); -- 2.39.5