diff --git a/extension.driver.php b/extension.driver.php index cc03991..f6c59e9 100644 --- a/extension.driver.php +++ b/extension.driver.php @@ -531,9 +531,6 @@ public function setMembersSection($section_id) { return true; } - else { - throw new Exception(sprintf('Setting the active Members section to %d failed.', $section_id)); - } return false; }