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

@@ 1919-1920 (lines=2) @@
1916
			$expand = ($node->expand) ? $node->expand : '';
1917
1918
			$normal_btn = ($node->normal_btn) ? $node->normal_btn : '';
1919
			if($normal_btn && strncasecmp('./files/attach/menu_button', $normal_btn, 26) === 0) $normal_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$normal_btn);
1920
			else $normal_btn = '';
1921
			$hover_btn = ($node->hover_btn) ? $node->hover_btn : '';
1922
			if($hover_btn && strncasecmp('./files/attach/menu_button', $hover_btn, 26) === 0) $hover_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$hover_btn);
1923
			else $hover_btn = '';
@@ 1922-1923 (lines=2) @@
1919
			if($normal_btn && strncasecmp('./files/attach/menu_button', $normal_btn, 26) === 0) $normal_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$normal_btn);
1920
			else $normal_btn = '';
1921
			$hover_btn = ($node->hover_btn) ? $node->hover_btn : '';
1922
			if($hover_btn && strncasecmp('./files/attach/menu_button', $hover_btn, 26) === 0) $hover_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$hover_btn);
1923
			else $hover_btn = '';
1924
			$active_btn = ($node->active_btn) ? $node->active_btn : '';
1925
			if($active_btn && strncasecmp('./files/attach/menu_button', $active_btn, 26) === 0) $active_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$active_btn);
1926
			else $active_btn = '';
@@ 1925-1926 (lines=2) @@
1922
			if($hover_btn && strncasecmp('./files/attach/menu_button', $hover_btn, 26) === 0) $hover_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$hover_btn);
1923
			else $hover_btn = '';
1924
			$active_btn = ($node->active_btn) ? $node->active_btn : '';
1925
			if($active_btn && strncasecmp('./files/attach/menu_button', $active_btn, 26) === 0) $active_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$active_btn);
1926
			else $active_btn = '';
1927
1928
			$group_srls = ($node->group_srls) ? $node->group_srls : '';
1929
@@ 2050-2051 (lines=2) @@
2047
			$expand = $node->expand;
2048
2049
			$normal_btn = $node->normal_btn;
2050
			if($normal_btn && strncasecmp('./files/attach/menu_button', $normal_btn, 26) === 0) $normal_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$normal_btn);
2051
			else $normal_btn = '';
2052
2053
			$hover_btn = $node->hover_btn;
2054
			if($hover_btn && strncasecmp('./files/attach/menu_button', $hover_btn, 26) === 0) $hover_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$hover_btn);
@@ 2054-2055 (lines=2) @@
2051
			else $normal_btn = '';
2052
2053
			$hover_btn = $node->hover_btn;
2054
			if($hover_btn && strncasecmp('./files/attach/menu_button', $hover_btn, 26) === 0) $hover_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$hover_btn);
2055
			else $hover_btn = '';
2056
2057
			$active_btn = $node->active_btn;
2058
			if($active_btn && strncasecmp('./files/attach/menu_button', $active_btn, 26) === 0) $active_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$active_btn);
@@ 2058-2059 (lines=2) @@
2055
			else $hover_btn = '';
2056
2057
			$active_btn = $node->active_btn;
2058
			if($active_btn && strncasecmp('./files/attach/menu_button', $active_btn, 26) === 0) $active_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$active_btn);
2059
			else $active_btn = '';
2060
2061
2062
			$group_srls = $node->group_srls;