aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-12-29 11:01:10 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-12-29 11:01:10 +0100
commit56476ed7ee209beb06f61af149340147ecfb6fd5 (patch)
tree1ca31487be9c18aa6a6fdb1e90f30ada4db153bf /phpBB/includes
parentMerge branch '3.3.x' (diff)
downloadphpbb-56476ed7ee209beb06f61af149340147ecfb6fd5.tar.gz
phpbb-56476ed7ee209beb06f61af149340147ecfb6fd5.tar.bz2
phpbb-56476ed7ee209beb06f61af149340147ecfb6fd5.zip
[ticket/16271] Fix sami parse errors in master
PHPBB3-16271
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/acp/acp_storage.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/acp/acp_storage.php b/phpBB/includes/acp/acp_storage.php
index c08903f54e..12a4b45d67 100644
--- a/phpBB/includes/acp/acp_storage.php
+++ b/phpBB/includes/acp/acp_storage.php
@@ -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)