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

Fixed - SambaDav Directory constructor not calling the parent constru… #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

richardleger
Copy link

…ctor - path property not set

When extending object, it is good practice to call the parent::__construct function so the object is properly initialised. In this case, the Directory path property will be set properly instead of remaining NULL otherwise which may root cause of issue further down the line otherwise (e.g rename function triggered where the source path would be empty).

…ctor - path property not set

When extending object, it is good practice to call the parent::__construct function so the object is properly initialised. In this case, the Directory path property will be set properly instead of remaining NULL otherwise which may root cause of issue further down the line otherwise (e.g rename function triggered where the source path would be empty).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant