From fe221dd583d318d9f221d61061238051e431b2d3 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Mon, 30 Apr 2012 11:46:15 +0800 Subject: [PATCH] MDL-32508 navigation: show empty sections --- lib/navigationlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/navigationlib.php b/lib/navigationlib.php index d2e7ed5928c..2aa79fea4f2 100644 --- a/lib/navigationlib.php +++ b/lib/navigationlib.php @@ -934,7 +934,7 @@ class global_navigation extends navigation_node { /** @var array An array for containing root navigation nodes */ protected $rootnodes = array(); /** @var bool A switch for whether to show empty sections in the navigation */ - protected $showemptysections = false; + protected $showemptysections = true; /** @var bool A switch for whether courses should be shown within categories on the navigation. */ protected $showcategories = null; /** @var array An array of stdClasses for users that the navigation is extended for */ -- 2.43.0