Skip to content

Commit

Permalink
Removed beluga modules from /config/application.config.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
jschultze committed Sep 25, 2020
1 parent e325772 commit b11cd55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/application.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
$modules = [
'Zend\Router', 'ZfcRbac',
'VuFindTheme', 'VuFindSearch', 'VuFind', 'VuFindAdmin', 'VuFindApi',
#'DismaxMunge', 'RecordDriver', 'SearchKeys', 'DependentWorks', 'Libraries', 'Delivery', 'ExtendedFacets', 'BelugaConfig', 'DAIAplus', 'PAIA', 'LMS', 'RVK',
'DismaxMunge', 'RecordDriver', 'SearchKeys', 'DependentWorks', 'Libraries', 'Delivery', 'ExtendedFacets', 'BelugaConfig', 'DAIAplus', 'PAIA', 'RVK',
];
if (PHP_SAPI == 'cli' && !defined('VUFIND_PHPUNIT_RUNNING')) {
$modules[] = 'Zend\Mvc\Console';
Expand Down

0 comments on commit b11cd55

Please sign in to comment.