mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-23 16:52:54 +02:00
[ticket/16346] More fixes
PHPBB3-16346
This commit is contained in:
@@ -335,7 +335,7 @@ class acp_styles
|
||||
$uninstalled = array();
|
||||
foreach ($rows as $style)
|
||||
{
|
||||
$result = $this->uninstall_style($style, $delete_files);
|
||||
$result = $this->uninstall_style($style);
|
||||
|
||||
if (is_string($result))
|
||||
{
|
||||
|
Reference in New Issue
Block a user