1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[ticket/11700] Fix a few more comments

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-09-16 04:45:58 +02:00
parent ccbb070652
commit d626ebaf1e
14 changed files with 20 additions and 20 deletions

View File

@@ -185,7 +185,7 @@ class dev extends \phpbb\db\migration\migration
public function move_customise_modules()
{
// Move language management to new \location in the Customise tab
// Move language management to new location in the Customise tab
// First get language module id
$sql = 'SELECT module_id FROM ' . MODULES_TABLE . "
WHERE module_basename = 'acp_language'";