diff --git a/utils/base.php b/utils/base.php index e6d9ac5..04afb7f 100644 --- a/utils/base.php +++ b/utils/base.php @@ -93,10 +93,6 @@ public function filterCommentsByStatus($inbox, $status = 'all') // TESTED public function getInboxByLanguage($page, $language = null) { - if ($page->kommentsInbox()->isEmpty()) { - return null; - } - if (is_null($language)) { return $page->kommentsInbox(); } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index f24fb13..195b982 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -1,8 +1,8 @@ array( 'name' => 'mauricerenck/komments', - 'pretty_version' => '1.13.2', - 'version' => '1.13.2.0', + 'pretty_version' => '2.0.1', + 'version' => '2.0.1.0', 'reference' => NULL, 'type' => 'kirby-plugin', 'install_path' => __DIR__ . '/../../', @@ -29,8 +29,8 @@ 'dev_requirement' => false, ), 'mauricerenck/komments' => array( - 'pretty_version' => '1.13.2', - 'version' => '1.13.2.0', + 'pretty_version' => '2.0.1', + 'version' => '2.0.1.0', 'reference' => NULL, 'type' => 'kirby-plugin', 'install_path' => __DIR__ . '/../../',