removed unused variable

added missing use statement
This commit is contained in:
Steffen Schröder
2014-05-02 15:20:25 +02:00
parent dcaf247813
commit 36b76da5c9
5 changed files with 3 additions and 5 deletions

View File

@ -84,7 +84,7 @@ class ManiaExchangeManager {
trigger_error($saveMapStatement->error);
}
//Take the uid out of the vektor
//Take the uid out of the vector
if (isset($this->mxIdUidVector[$mxMapInfo->id])) {
$uid = $this->mxIdUidVector[$mxMapInfo->id];
} else {