Loading sources/downloads.php +2 −1 Original line number Diff line number Diff line Loading @@ -559,7 +559,8 @@ function download_breadcrumbs($category_id, $root = null, $no_link_for_me_sir = if ($no_link_for_me_sir) { return array(); } $title = get_translated_text($GLOBALS['SITE_DB']->query_select_value('download_categories', 'category', array('id' => $category_id))); $_title = $GLOBALS['SITE_DB']->query_select_value_if_there('download_categories', 'category', array('id' => $category_id)); $title = ($_title === null) ? do_lang('UNKNOWN') : get_translated_text($_title); return array(array($page_link, $title)); } Loading Loading
sources/downloads.php +2 −1 Original line number Diff line number Diff line Loading @@ -559,7 +559,8 @@ function download_breadcrumbs($category_id, $root = null, $no_link_for_me_sir = if ($no_link_for_me_sir) { return array(); } $title = get_translated_text($GLOBALS['SITE_DB']->query_select_value('download_categories', 'category', array('id' => $category_id))); $_title = $GLOBALS['SITE_DB']->query_select_value_if_there('download_categories', 'category', array('id' => $category_id)); $title = ($_title === null) ? do_lang('UNKNOWN') : get_translated_text($_title); return array(array($page_link, $title)); } Loading