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

Remove an unused empty array

parent ca44c299
No related branches found
No related tags found
No related merge requests found
...@@ -944,8 +944,6 @@ class block_course_overview_campus extends block_base { ...@@ -944,8 +944,6 @@ class block_course_overview_campus extends block_base {
$selectedtoplevelcategorydisplayed = false; $selectedtoplevelcategorydisplayed = false;
// Sort top level category filter by category sort order. // Sort top level category filter by category sort order.
// Create empty array for sorted categories.
$filtertoplevelcategoriessortorder = array();
// Fetch full category information for each category. // Fetch full category information for each category.
foreach ($filtertoplevelcategories as $ftl_key => $ftl_value) { foreach ($filtertoplevelcategories as $ftl_key => $ftl_value) {
$filtertoplevelcategoriesfullinfo[] = $coursecategories[$ftl_key]; $filtertoplevelcategoriesfullinfo[] = $coursecategories[$ftl_key];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment