seboettg / citeproc-php

Full-featured CSL 1.0.1 processor for PHP
MIT License
73 stars 38 forks source link

FIX: broken instanciation of Context due to passing wrong parameter #112

Closed kitzberger closed 2 years ago

kitzberger commented 2 years ago

Had the issue that self::$context was null directly after instanciation. That's probably due to the wrong type of the parameter passed to the constructor that should be of type Locale and not CiteProc.