GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.

Code Duplication    Length = 2-2 lines in 6 locations

modules/menu/menu.admin.controller.php 6 locations

@@ 1907-1908 (lines=2) @@
1904
			$expand = $node->expand;
1905
1906
			$normal_btn = $node->normal_btn;
1907
			if($normal_btn && strncasecmp('./files/attach/menu_button', $normal_btn, 26) === 0) $normal_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$normal_btn);
1908
			else $normal_btn = '';
1909
			$hover_btn = $node->hover_btn;
1910
			if($hover_btn && strncasecmp('./files/attach/menu_button', $hover_btn, 26) === 0) $hover_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$hover_btn);
1911
			else $hover_btn = '';
@@ 1910-1911 (lines=2) @@
1907
			if($normal_btn && strncasecmp('./files/attach/menu_button', $normal_btn, 26) === 0) $normal_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$normal_btn);
1908
			else $normal_btn = '';
1909
			$hover_btn = $node->hover_btn;
1910
			if($hover_btn && strncasecmp('./files/attach/menu_button', $hover_btn, 26) === 0) $hover_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$hover_btn);
1911
			else $hover_btn = '';
1912
			$active_btn = $node->active_btn;
1913
			if($active_btn && strncasecmp('./files/attach/menu_button', $active_btn, 26) === 0) $active_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$active_btn);
1914
			else $active_btn = '';
@@ 1913-1914 (lines=2) @@
1910
			if($hover_btn && strncasecmp('./files/attach/menu_button', $hover_btn, 26) === 0) $hover_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$hover_btn);
1911
			else $hover_btn = '';
1912
			$active_btn = $node->active_btn;
1913
			if($active_btn && strncasecmp('./files/attach/menu_button', $active_btn, 26) === 0) $active_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$active_btn);
1914
			else $active_btn = '';
1915
1916
			$group_srls = $node->group_srls;
1917
@@ 2021-2022 (lines=2) @@
2018
			$expand = $node->expand;
2019
2020
			$normal_btn = $node->normal_btn;
2021
			if($normal_btn && strncasecmp('./files/attach/menu_button', $normal_btn, 26) === 0) $normal_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$normal_btn);
2022
			else $normal_btn = '';
2023
2024
			$hover_btn = $node->hover_btn;
2025
			if($hover_btn && strncasecmp('./files/attach/menu_button', $hover_btn, 26) === 0) $hover_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$hover_btn);
@@ 2025-2026 (lines=2) @@
2022
			else $normal_btn = '';
2023
2024
			$hover_btn = $node->hover_btn;
2025
			if($hover_btn && strncasecmp('./files/attach/menu_button', $hover_btn, 26) === 0) $hover_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$hover_btn);
2026
			else $hover_btn = '';
2027
2028
			$active_btn = $node->active_btn;
2029
			if($active_btn && strncasecmp('./files/attach/menu_button', $active_btn, 26) === 0) $active_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$active_btn);
@@ 2029-2030 (lines=2) @@
2026
			else $hover_btn = '';
2027
2028
			$active_btn = $node->active_btn;
2029
			if($active_btn && strncasecmp('./files/attach/menu_button', $active_btn, 26) === 0) $active_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$active_btn);
2030
			else $active_btn = '';
2031
2032
2033
			$group_srls = $node->group_srls;