diff options
Diffstat (limited to 'www/add.php')
-rw-r--r-- | www/add.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/add.php b/www/add.php index d70fca9..fe21344 100644 --- a/www/add.php +++ b/www/add.php @@ -45,7 +45,7 @@ try } catch(PDOException $e) { - result["error"] = "DB error:" . $e->getMessage(); + $result["error"] = "DB error:" . $e->getMessage(); } header("Content-type:application/json"); |