mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15699] Move line
PHPBB3-15699
This commit is contained in:
parent
fd2e4592c3
commit
5e8bc99697
1 changed files with 2 additions and 2 deletions
|
@ -177,10 +177,10 @@ class acp_storage
|
|||
fclose($stream);
|
||||
}
|
||||
|
||||
$this->db->sql_rowseek(0, $result);
|
||||
|
||||
if ($this->request->variable('remove_old', false))
|
||||
{
|
||||
$this->db->sql_rowseek(0, $result);
|
||||
|
||||
while ($row = $this->db->sql_fetchrow($result))
|
||||
{
|
||||
$current_adapter->delete($row['file_path']);
|
||||
|
|
Loading…
Add table
Reference in a new issue