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; } }