Skip to content
Snippets Groups Projects
Commit 54a59fb9 authored by Alexander Bias's avatar Alexander Bias
Browse files

Fix PHP notice for undefined variable

parent 5729273c
No related branches found
No related tags found
No related merge requests found
...@@ -1293,7 +1293,10 @@ class block_course_overview_campus extends block_base { ...@@ -1293,7 +1293,10 @@ class block_course_overview_campus extends block_base {
/*** OUTPUT FOR HIDDEN COURSES MANAGEMENT ***/ /*** OUTPUT FOR HIDDEN COURSES MANAGEMENT ***/
/********************************************************************************/ /********************************************************************************/
// Do only if course hiding is enabled
if ($coc_config->enablehidecourses) {
echo $hidemanagebox; echo $hidemanagebox;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment