Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
some adaptations because of Zendframework update
Browse files Browse the repository at this point in the history
  • Loading branch information
Guenter Hipler committed Jan 24, 2017
1 parent 814e44e commit 0e2aebc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/createClassMapFiles.sh
Expand Up @@ -14,6 +14,6 @@ php ${CLASSMAP_GENERATOR} --library ${APP_DIR}/module/Libadmin/src/Libadmin --ov
php ${CLASSMAP_GENERATOR} --library ${APP_DIR}/module/VuFind/src/VuFind --overwrite --output ${APP_DIR}/module/VuFind/src/autoload_classmap.php
php ${CLASSMAP_GENERATOR} --library ${APP_DIR}/module/VuFindSearch/src/VuFindSearch --overwrite --output ${APP_DIR}/module/VuFindSearch/src/autoload_classmap.php
php ${CLASSMAP_GENERATOR} --library ${APP_DIR}/module/VuFindTheme/src/VuFindTheme --overwrite --output ${APP_DIR}/module/VuFindTheme/src/autoload_classmap.php
php ${CLASSMAP_GENERATOR} --library ${APP_DIR}/vendor/zendframework/zendframework/library/Zend --overwrite --output ${APP_DIR}/vendor/zendframework/zendframework/library/Zend/autoload_classmap.php
php ${CLASSMAP_GENERATOR} --library ${APP_DIR}/vendor/zendframework/zend-servicemanager --overwrite --output ${APP_DIR}/vendor/zendframework/autoload_classmap.php


8 changes: 4 additions & 4 deletions module/Swissbib/Module.php
Expand Up @@ -88,10 +88,10 @@ public function getAutoloaderConfig()
'VuFindSearch' => $matches[0] .
'/VuFindSearch/src/autoload_classmap.php',
'VuFindTheme' => $matches[0] .
'/VuFindTheme/src/autoload_classmap.php',
'Zend' => $matches[1] .
'vendor/zendframework/zendframework/library/Zend/' .
'autoload_classmap.php'
'/VuFindTheme/src/autoload_classmap.php'
//'Zend' => $matches[1] .
// 'vendor/zendframework/zendframework/library/Zend/' .
// 'autoload_classmap.php'
],
'Zend\Loader\StandardAutoloader' => [
'namespaces' => [
Expand Down

0 comments on commit 0e2aebc

Please sign in to comment.