Skip to content

Commit

Permalink
Wrong number of arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
thekabal committed Sep 9, 2016
1 parent 48e289b commit 7de5114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planet_report.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{
$title = $title . ": Production";
echo "<h1>" . $title . "</h1>\n";
Tki\PlanetProduction::productionChange($pdo_db, $db, $langvars, $playerinfo, $sort, $tkireg);
Tki\PlanetProduction::productionChange($pdo_db, $db, $langvars, $sort, $tkireg);
}
elseif ($preptype == 0) // For typing in manually to get a report menu
{
Expand Down

0 comments on commit 7de5114

Please sign in to comment.