mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-03 04:08:57 +02:00
Only tries to guess web server user if none provided with 'group' parameter
This commit is contained in:
@@ -29,7 +29,7 @@ class PermissionsWritableByWebServerTask extends PermissionsTask
|
||||
{
|
||||
parent::init();
|
||||
|
||||
$this->setGroup($this->getParameter('group', $this->getWebServerUser()))
|
||||
$this->setGroup($this->getParameter('group') ? $this->getParameter('group') : $this->getWebServerUser())
|
||||
->setRights('g+w');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user