From efb314d08339993638c8c10aef1c9cfa1ef3b001 Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Fri, 11 Oct 2019 19:41:07 +0200 Subject: [PATCH] #3866 - gsitemap typofix --- e107_plugins/gsitemap/admin_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/gsitemap/admin_config.php b/e107_plugins/gsitemap/admin_config.php index 01a7fdfdf..fa5f4f215 100644 --- a/e107_plugins/gsitemap/admin_config.php +++ b/e107_plugins/gsitemap/admin_config.php @@ -365,7 +365,7 @@ class gsitemap else { $this->errortext = $sql->getLastErrorText(); - $this->errPr = LAN_DELETED_FAILED; + $this->error = LAN_DELETED_FAILED; } }