diff options
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/acp/acp_storage.php | 4 |
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) |