1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

Merge pull request #5846 from rubencm/ticket/19346

[ticket/16346] Small improvements
This commit is contained in:
Marc Alexander
2020-08-19 21:10:07 +02:00
committed by GitHub
310 changed files with 1467 additions and 1023 deletions

View File

@@ -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))
{