This commit is contained in:
ruan 2016-07-26 13:52:25 +02:00
parent a5044fe044
commit 38345fc8ed

View File

@ -148,7 +148,7 @@ class Page {
$selection .= ",CAST(warned AS UNSIGNED) AS warned";
}
if ($table !== $this->settings->table['kicks']) {
$selection .= ",removed_by_uuid,removed_by_name";
$selection .= ",removed_by_uuid,removed_by_name,removed_by_date";
}
return $selection;
}