Diese TYPO3-Extension ist von Avonis im Auftrag der Staats- und Universitaetsbibliothek Hamburg entwickelt worden. Mit ihr lassen sich Ergebnisse aus den Informationssystemen EZB und DBIS der Universitaet Regensburg direkt in das TYPO3-System einbinden.
GNU General Public License v2.0
8
stars
7
forks
source link
fix mismatching function name in SubjectRepository #10
After installation the list by subject is not working (subject ID is missing in the URL). This seems to be caused by a mismatching function name.
Function is declared as myFindAll() in SubjectRepository.php but called with findAll() from DbisRepository.php and EzbRepository.php.
After installation the list by subject is not working (subject ID is missing in the URL). This seems to be caused by a mismatching function name. Function is declared as
myFindAll()
inSubjectRepository.php
but called withfindAll()
fromDbisRepository.php
andEzbRepository.php
.