diff --git a/module/admin/control.php b/module/admin/control.php index b22def7a29..ef62c11580 100755 --- a/module/admin/control.php +++ b/module/admin/control.php @@ -374,10 +374,7 @@ class admin extends control { $this->dbh->exec($sql); } - catch(PDOException $e) - { - $this->app->triggerError($e->getMessage(), __FILE__, __LINE__); - } + catch(PDOException $e){} if(isset($this->config->admin->metricLib->updateSQLs[++$key])) return $this->send(['result' => 'success', 'key' => $key]); return $this->send(['result' => 'success']); }