From 7a366a2a3f871d1ebf132afabf8c50c6914ccda5 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Thu, 25 Sep 2014 21:14:26 +0800 Subject: [PATCH] MDL-47385 coursecat: Mistake line in phpdocs deleted. --- lib/coursecatlib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/coursecatlib.php b/lib/coursecatlib.php index d3e5803b0c8..4f49671ee8b 100644 --- a/lib/coursecatlib.php +++ b/lib/coursecatlib.php @@ -552,7 +552,6 @@ class coursecat implements renderable, cacheable_object, IteratorAggregate { * (category id => coursecat object) sorted by sortorder * * @see coursecat::get_children() - * @see coursecat::get_all_parents() * * @return cacheable_object_array array of coursecat objects */