From d6b7c623061a1a3187c1c00d4c2267389ab7cd7c Mon Sep 17 00:00:00 2001 From: Rossetto Date: Sat, 18 Nov 2023 14:44:07 +0100 Subject: [PATCH] little correction --- fluxRSS/src/DAL/ArticleGateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluxRSS/src/DAL/ArticleGateway.php b/fluxRSS/src/DAL/ArticleGateway.php index 233dfa5..027711e 100755 --- a/fluxRSS/src/DAL/ArticleGateway.php +++ b/fluxRSS/src/DAL/ArticleGateway.php @@ -54,7 +54,7 @@ class ArticleGateway $query = 'DELETE FROM Article;'; $this->con->executeQuery($query); }catch(\PDOException $p){ - throw new Exception("Data is not delete."); + throw new Exception("Data is not deleted."); } } } \ No newline at end of file