improved error handling on map adding

This commit is contained in:
Steffen Schröder
2014-06-23 16:04:00 +02:00
parent d1c3ada631
commit 269408c71a
3 changed files with 13 additions and 8 deletions

View File

@ -19,7 +19,7 @@ class MapActions {
private $maniaControl = null;
/**
* Create a MapActions Instance
* Construct a Map Actions Instance
*
* @param ManiaControl $maniaControl
*/
@ -43,4 +43,4 @@ class MapActions {
} catch (ChangeInProgressException $e) {
}
}
}
}