From 9a49e6004b60a6a48d124ec7f8bbb06ca2490de8 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Mon, 4 Jul 2011 16:42:55 +0200 Subject: [PATCH] MDL-28167 fix missing new And sloppy whitespace. --- lib/navigationlib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/navigationlib.php b/lib/navigationlib.php index 9691409c880..debaba1c7f3 100644 --- a/lib/navigationlib.php +++ b/lib/navigationlib.php @@ -995,7 +995,7 @@ class global_navigation extends navigation_node { * is an issue explaining why this is a REALLY UGLY HACK thats not * for you to use! * - * @param int $userid userid of profile page that parent wants to navigate around. + * @param int $userid userid of profile page that parent wants to navigate around. */ public function set_userid_for_parent_checks($userid) { $this->useridtouseforparentchecks = $userid; @@ -1459,7 +1459,7 @@ class global_navigation extends navigation_node { } else { // We should never ever arrive here - if we have then there is a bigger // problem at hand. - throw coding_exception('Category path order is incorrect and/or there are missing categories'); + throw new coding_exception('Category path order is incorrect and/or there are missing categories'); } } }