removed unused variable
added missing use statement
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user