aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fixtures/ext/foo/bar/language
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-07-14 12:55:03 -0400
committerJoas Schilling <nickvergessen@gmx.de>2013-07-14 12:55:03 -0400
commite4a5ce307d49c215b08e35a79147ba2418f133ff (patch)
tree993d416d2d2acdc7c90ad50fff90bf6e412e5022 /tests/functional/fixtures/ext/foo/bar/language
parent9c72bbe284514c1aa70f8ac65e9dfcafb72d36dd (diff)
downloadforums-e4a5ce307d49c215b08e35a79147ba2418f133ff.tar
forums-e4a5ce307d49c215b08e35a79147ba2418f133ff.tar.gz
forums-e4a5ce307d49c215b08e35a79147ba2418f133ff.tar.bz2
forums-e4a5ce307d49c215b08e35a79147ba2418f133ff.tar.xz
forums-e4a5ce307d49c215b08e35a79147ba2418f133ff.zip
[ticket/11582] Test the event and and fix it.
PHPBB3-11582
Diffstat (limited to 'tests/functional/fixtures/ext/foo/bar/language')
-rw-r--r--tests/functional/fixtures/ext/foo/bar/language/en/permissions_foo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/fixtures/ext/foo/bar/language/en/permissions_foo.php b/tests/functional/fixtures/ext/foo/bar/language/en/permissions_foo.php
index 36c84c5209..64b497c394 100644
--- a/tests/functional/fixtures/ext/foo/bar/language/en/permissions_foo.php
+++ b/tests/functional/fixtures/ext/foo/bar/language/en/permissions_foo.php
@@ -1,5 +1,5 @@
<?php
$lang = array_merge($lang, array(
- 'ACL_U_FOO' => 'Can view foo',
+ 'ACL_U_FOOBAR' => 'Can view foobar with permission foo',
));