- added map commands class

- added saving of map in database
This commit is contained in:
Steffen Schröder
2013-11-12 16:52:23 +01:00
parent 9bb0d0bd45
commit 26c3dc3bcb
8 changed files with 276 additions and 179 deletions

View File

@ -88,6 +88,7 @@ class PluginManager {
$pluginStatement->execute();
if ($pluginStatement->error) {
trigger_error($pluginStatement->error);
$pluginStatement->close();
return false;
}
$pluginStatement->close();