From 21d69332c7616c589076cedc4159d29331b1aa0f Mon Sep 17 00:00:00 2001 From: Nicola Galgano Date: Wed, 16 May 2018 18:49:27 +0200 Subject: [PATCH] cs --- administrator/components/com_contenthistory/models/history.php | 1 - 1 file changed, 1 deletion(-) diff --git a/administrator/components/com_contenthistory/models/history.php b/administrator/components/com_contenthistory/models/history.php index 4ab402f30139a..3ee1a4fd74312 100644 --- a/administrator/components/com_contenthistory/models/history.php +++ b/administrator/components/com_contenthistory/models/history.php @@ -118,7 +118,6 @@ public function delete(&$pks) // Iterate the items to delete each one. foreach ($pks as $i => $pk) { - if ($table->load($pk)) { if ($table->keep_forever === "1")