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.
Completed
Pull Request — develop (#1827)
by
unknown
18:14
created
modules/admin/admin.admin.model.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -956,10 +956,10 @@
 block discarded – undo
956 956
 
957 957
 		$file_exsit = FileHandler::readFile(_XE_PATH_ . 'files/attach/xeicon/' . $virtual_site . $iconname);
958 958
 		if(!$file_exsit && $default === true)
959
-        {
960
-            $icon_url = '/modules/admin/tpl/img/' . $default_icon_name;
961
-        }
962
-        elseif($file_exsit)
959
+		{
960
+			$icon_url = '/modules/admin/tpl/img/' . $default_icon_name;
961
+		}
962
+		elseif($file_exsit)
963 963
 		{
964 964
 			$icon_url = '/files/attach/xeicon/' . $virtual_site . $iconname;
965 965
 		}
Please login to merge, or discard this patch.