diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-22 19:33:10 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-22 19:33:10 +0100 |
commit | 532cdf4bb82ab7cc6fa7659d9aec3ce122b2ec52 (patch) | |
tree | 801e0385f82d4e7e7888a80da645ef511cb1379e /index.php | |
parent | 0e95eb5121b2f4be63591705c367a0de10046133 (diff) | |
download | wcms-532cdf4bb82ab7cc6fa7659d9aec3ce122b2ec52.tar.gz wcms-532cdf4bb82ab7cc6fa7659d9aec3ce122b2ec52.zip |
bug fix : medi preg match
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ try { $matchoper->match(); } catch (Exception $e) { - echo 'Exception reçue : ', $e->getMessage(), "\n"; + echo '⚠ ⚠ ⚠ Sorry, there is a little problem : ', '<i>'.$e->getMessage().'</i>', "\n"; } |