PKP Bugzilla – Bug 7923
ONIX codelist DAO depends on temporary directory which may not yet exist
Last modified: 2012-09-25 10:10:05 PDT
ONIX codelist DAO depends on temporary directory which may not yet exist. Ensure that the temp dir is created before attempting to use it. (See <http://pkp.sfu.ca/support/forum/viewtopic.php?f=26&t=9073>.)
Make sure temp dir is created before using it https://github.com/pkp/pkp-lib/commit/05000ddb965c355d1735952bcf7bac1922678320
Make sure temp dir is created before using it https://github.com/pkp/pkp-lib/commit/5092acce17a032b79ba40f17cce11c641e385a05
Patch for OMP 1.0b at <https://github.com/pkp/pkp-lib/commit/5092acce17a032b79ba40f17cce11c641e385a05.diff>.