]> git.mjollnir.org Git - moodle.git/commit
course/index: remove call to rebuild_context_rel()
authormartinlanghoff <martinlanghoff>
Wed, 19 Sep 2007 07:53:17 +0000 (07:53 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 19 Sep 2007 07:53:17 +0000 (07:53 +0000)
commit853a093ec5cf2fd9c215c4064fd80ae0bbe2af73
treed5cd9e7ee869c5a2d5327f54610a9450736f01f8
parentdd14fecfa4c2e086f437ac7609883549605ba856
course/index: remove call to rebuild_context_rel()

Very last caller to rebuild_context_rel() and any XX_context_rel()
function. move_category() already takes care of calling
context_moved(), which does the required context.path maintenance.

Addresses MDL-11219
course/index.php