diff options
Diffstat (limited to 'core/application.php')
-rw-r--r-- | core/application.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/application.php b/core/application.php index 5d2b1f4..7ddf6a0 100644 --- a/core/application.php +++ b/core/application.php @@ -79,7 +79,6 @@ foreach([ 'PAGE.LIST_SIZE' => 10, 'POST.LIST_SIZE' => 10, 'USER.LIST_SIZE' => 10, - 'PAGE.FEED_SIZE' => 25, 'POST.FEED_SIZE' => 25, 'CATEGORY.DESCRIPTION_SIZE' => 200, 'PAGE.DESCRIPTION_SIZE' => 200, @@ -93,9 +92,7 @@ foreach([ 'PAGE.LIST_SORT' => 'time_insert DESC', 'POST.LIST_SORT' => 'time_insert DESC', 'USER.LIST_SORT' => 'time_insert DESC', - 'PAGE.FEED_SORT' => 'time_insert DESC', 'POST.FEED_SORT' => 'time_insert DESC', - 'PAGE.FEED_GUID' => ['id', 'time_insert'], 'POST.FEED_GUID' => ['id', 'time_insert'] ] as $name => $value) { Application::set($name, $value); |