- added map commands class
- added saving of map in database
This commit is contained in:
@ -88,6 +88,7 @@ class PluginManager {
|
||||
$pluginStatement->execute();
|
||||
if ($pluginStatement->error) {
|
||||
trigger_error($pluginStatement->error);
|
||||
$pluginStatement->close();
|
||||
return false;
|
||||
}
|
||||
$pluginStatement->close();
|
||||
|
Reference in New Issue
Block a user