mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/16271] Fix sami parse errors in master
PHPBB3-16271
This commit is contained in:
@@ -192,7 +192,7 @@ class acp_storage
|
||||
/**
|
||||
* Get the current provider from config
|
||||
*
|
||||
* @param string $key Storage name
|
||||
* @param string $storage_name Storage name
|
||||
* @return string The current provider
|
||||
*/
|
||||
protected function get_current_provider($storage_name)
|
||||
@@ -203,7 +203,7 @@ class acp_storage
|
||||
/**
|
||||
* Get the new provider from the request
|
||||
*
|
||||
* @param string $key Storage name
|
||||
* @param string $storage_name Storage name
|
||||
* @return string The new provider
|
||||
*/
|
||||
protected function get_new_provider($storage_name)
|
||||
|
Reference in New Issue
Block a user