aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v310/boardindex.php
blob: 77a8558f21197ed5c4fc996fd9bb81a86955ab28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
/**
*
* This file is part of the phpBB Forum Software package.
*
* @copyright (c) phpBB Limited <https://www.phpbb.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*
* For full copyright and license information, please see
* the docs/CREDITS.txt file.
*
*/

namespace phpbb\db\migration\data\v310;

class boardindex extends \phpbb\db\migration\migration
{
	public function effectively_installed()
	{
		return isset($this->config['board_index_text']);
	}

	public function update_data()
	{
		return array(
			array('config.add', array('board_index_text', '')),
		);
	}
}
space:mode:
authorYuri Chornoivan <yurchor@ukr.net>2019-04-16 18:47:40 +0300
committerYuri Chornoivan <yurchor@ukr.net>2019-04-16 18:47:40 +0300
commitb88059ae766fef0af8cd8d5ed3e9e6ab566cb6b7 (patch)
tree53ae9ce898c663a896cc684ad97a9619cd078bb1 /perl-install/share/po/da.po
parent1fca7921e9e38ebdeaf9ba46a4b752476628244c (diff)
downloaddrakx-b88059ae766fef0af8cd8d5ed3e9e6ab566cb6b7.tar
drakx-b88059ae766fef0af8cd8d5ed3e9e6ab566cb6b7.tar.gz
drakx-b88059ae766fef0af8cd8d5ed3e9e6ab566cb6b7.tar.bz2
drakx-b88059ae766fef0af8cd8d5ed3e9e6ab566cb6b7.tar.xz
drakx-b88059ae766fef0af8cd8d5ed3e9e6ab566cb6b7.zip
Fix typo found by Ardit Dani
Diffstat (limited to 'perl-install/share/po/da.po')
-rw-r--r--perl-install/share/po/da.po2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/po/da.po b/perl-install/share/po/da.po
index ad7f83ee3..d053b73c6 100644
--- a/perl-install/share/po/da.po
+++ b/perl-install/share/po/da.po
@@ -978,7 +978,7 @@ msgstr ""
#: authentication.pm:168
#, c-format
-msgid "Fecth base Dn "
+msgid "Fetch base DN "
msgstr "Hent base Dn "
#: authentication.pm:189