From a873afc1f7f18f76c00efd4a7012a51e7f912f3f Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sat, 18 Sep 2010 12:59:21 +0000 Subject: [PATCH] fixed forced reparsing after update --- mod/imscp/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/imscp/lib.php b/mod/imscp/lib.php index 7a8b0b4fc4c..c95853815f4 100644 --- a/mod/imscp/lib.php +++ b/mod/imscp/lib.php @@ -131,7 +131,7 @@ function imscp_update_instance($data, $mform) { $data->timemodified = time(); $data->id = $data->instance; - $imscp->structure = null; // better reparse structure after each update + $data->structure = null; // better reparse structure after each update $DB->update_record('imscp', $data); -- 2.43.0