subhh / libconnect

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 8 forks source link

fix mismatching function name in SubjectRepository #10

Closed fzuerker closed 4 years ago

fzuerker commented 4 years ago

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.