-
Notifications
You must be signed in to change notification settings - Fork 17
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
Added configurable permission for creating folders #21
base: master
Are you sure you want to change the base?
Conversation
@@ -35,6 +36,7 @@ public function loadConfiguration() | |||
$generator = $container->addDefinition($this->prefix('generator')) | |||
->setClass('DotBlue\WebImages\Generator', [ | |||
$config['wwwDir'], | |||
$config['umask'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comma at the end of line please
Now please fixup it to only one commit:
Edit: only the first commit should be here in the end |
Thanks a lot 👍! This is first time, i fixed up my mess in commits through this way |
You're welcome! |
@@ -2,6 +2,7 @@ extensions: | |||
webimages: DotBlue\WebImages\Extension | |||
|
|||
webimages: | |||
umask: 0777 # default FALSE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please remove this? I don't want this in example configuration. But mention in readme would be nice.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finaly done :-)
Based on this discussion: #20