Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIII committed Aug 16, 2013
1 parent 0ca2d3b commit 56a37ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/namefixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ public function updateRelease($release, $name, $method, $echo, $type, $namestatu
if ($this->echooutput === true)
{
$groups = new Groups();
$functions = new Functions (),
$groupname = $functions->getByNameByID($release["groupID"]);
$oldcatname = $functions->getNameByID($release["categoryID"]);
$newcatname = $functions->getNameByID($determinedcat);
Expand Down

0 comments on commit 56a37ec

Please sign in to comment.