aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/install/module')
-rw-r--r--phpBB/phpbb/install/module/install_finish/task/notify_user.php2
-rw-r--r--phpBB/phpbb/install/module/requirements/task/check_filesystem.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/install/module/install_finish/task/notify_user.php b/phpBB/phpbb/install/module/install_finish/task/notify_user.php
index 4ab6ec56c6..baffaf2228 100644
--- a/phpBB/phpbb/install/module/install_finish/task/notify_user.php
+++ b/phpBB/phpbb/install/module/install_finish/task/notify_user.php
@@ -85,7 +85,7 @@ class notify_user extends \phpbb\install\task_base
*/
public function run()
{
- // @todo
+ // @todo Login user after installation has been finished
//$this->user->setup('common');
//$this->user->session_begin();
diff --git a/phpBB/phpbb/install/module/requirements/task/check_filesystem.php b/phpBB/phpbb/install/module/requirements/task/check_filesystem.php
index 5b944b8415..ab6b1091e2 100644
--- a/phpBB/phpbb/install/module/requirements/task/check_filesystem.php
+++ b/phpBB/phpbb/install/module/requirements/task/check_filesystem.php
@@ -47,7 +47,7 @@ class check_filesystem extends \phpbb\install\task_base
* Constructor
*
* @param \phpbb\filesystem\filesystem_interface $filesystem filesystem handler
- * @parma \phpbb\install\helper\iohandler\iohandler_interface $response response helper
+ * @param \phpbb\install\helper\iohandler\iohandler_interface $response response helper
* @param string $phpbb_root_path relative path to phpBB's root
* @param string $php_ext extension of php files
*/