1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/15699] Make adapter to know the storage name

PHPBB3-15699
This commit is contained in:
Rubén Calvo
2018-08-20 16:49:08 +02:00
committed by Ruben Calvo
parent 9f641963d6
commit 6de2d44c87

View File

@@ -630,6 +630,7 @@ class acp_storage
}
$adapter->configure($options);
$adapter->set_storage($storage_name);
return $adapter;
}
@@ -649,6 +650,7 @@ class acp_storage
}
$adapter->configure($options);
$adapter->set_storage($storage_name);
return $adapter;
}