From 434c48cff635317e51286e9bf2f1681feb48bf4b Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 24 Jul 2021 21:41:41 +0200 Subject: Remove configuration option "POST.FEED_GUID" Remove the configuration option "POST.FEED_GUID" that contained the name of the columns from the database which were passed to the SHA1 function for generating the pseudo GUID for the items in the RSS feed. --- core/application.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/application.php') diff --git a/core/application.php b/core/application.php index 0c73f54..2f6a277 100644 --- a/core/application.php +++ b/core/application.php @@ -89,8 +89,7 @@ foreach([ 'PAGE.LIST_SORT' => 'time_insert DESC', 'POST.LIST_SORT' => 'time_insert DESC', 'USER.LIST_SORT' => 'time_insert DESC', - 'POST.FEED_SORT' => 'time_insert DESC', - 'POST.FEED_GUID' => ['id', 'time_insert'] + 'POST.FEED_SORT' => 'time_insert DESC' ] as $name => $value) { Application::set($name, $value); } -- cgit v1.2.3