Skip to content

Commit

Permalink
Fixing naming error (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
y4roc authored and ronindesign committed Nov 27, 2019
1 parent 198fb18 commit a080d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/TeamSpeak3/Node/Server.php
Expand Up @@ -1764,7 +1764,7 @@ public function iconDownload($iconname = null)
{
if($iconname)
{
$name = new \TeamSpeak3_Helper_String("/" . $iconName);
$name = new \TeamSpeak3_Helper_String("/" . $iconname);
}
else
{
Expand Down

0 comments on commit a080d3f

Please sign in to comment.