forked from lolcat/4get
piss
This commit is contained in:
@@ -615,7 +615,10 @@ class brave{
|
||||
$table["Forks"] = number_format($result["software"]["forks"]);
|
||||
}
|
||||
|
||||
if(isset($result["software"]["programmingLanguage"])){
|
||||
if(
|
||||
isset($result["software"]["programmingLanguage"]) &&
|
||||
$result["software"]["programmingLanguage"] != ""
|
||||
){
|
||||
$table["Programming languages"] = $result["software"]["programmingLanguage"];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user