Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

constant(): Couldn't find constant _MPDF_TEMP_PATH #59

Closed
hagenr opened this issue Jun 20, 2017 · 1 comment
Closed

constant(): Couldn't find constant _MPDF_TEMP_PATH #59

hagenr opened this issue Jun 20, 2017 · 1 comment
Labels

Comments

@hagenr
Copy link

hagenr commented Jun 20, 2017

Recent changes in dev-master resulted in an error during definePath()

when the prop is not defined constant() throws

$propDir = constant($prop);
 if (defined($prop) && is_writable($propDir)) {

maybe better
 if (defined($prop) && is_writable(constant($prop))) {
@kartik-v kartik-v added the bug label Jun 20, 2017
@kartik-v
Copy link
Owner

Will update on this...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants