Skip to content

Commit daa0e0c

Browse files
committed
Add missing array element 'lang'
1 parent b3f0436 commit daa0e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/manage/queue_discussion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function display_type($queue_type)
115115

116116
// Add to Breadcrumbs
117117
$this->display->generate_breadcrumbs(array(
118-
$type->lang => $this->get_type_url($type),
118+
$type->lang['lang'] => $this->get_type_url($type),
119119
));
120120

121121
\topics_overlord::display_forums_complete('queue_discussion', false, array('topic_category' => $type->id));

0 commit comments

Comments
 (0)