mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
[ticket/11150] Disable if directories not writable
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
0a809fb90e
commit
cc0a762866
@@ -276,7 +276,7 @@ class manager implements manager_interface
|
||||
*/
|
||||
public function check_requirements()
|
||||
{
|
||||
return true;
|
||||
return $this->installer->check_requirements();
|
||||
}
|
||||
|
||||
protected function normalize_version($packages)
|
||||
|
Reference in New Issue
Block a user