From: moodler Date: Fri, 22 Sep 2006 06:10:42 +0000 (+0000) Subject: DOn't terminate upgrade if stats didn't work X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b988fe5f94b8d1a5358cb04da02e1d8f220ef416;p=moodle.git DOn't terminate upgrade if stats didn't work --- 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');