mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-08 17:43:07 -05:00
piss
This commit is contained in:
parent
9964cdaf81
commit
71a61304b0
1 changed files with 4 additions and 1 deletions
|
@ -615,7 +615,10 @@ class brave{
|
||||||
$table["Forks"] = number_format($result["software"]["forks"]);
|
$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"];
|
$table["Programming languages"] = $result["software"]["programmingLanguage"];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue