forked from lolcat/4get
piss
This commit is contained in:
parent
9964cdaf81
commit
71a61304b0
|
@ -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"];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue