aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/exception/http_exception.php
diff options
context:
space:
mode:
authorLaxSlash <copperhead14228@gmail.com>2016-03-23 20:11:20 -0400
committerLaxSlash <copperhead14228@gmail.com>2016-03-23 20:11:20 -0400
commit8f396673fed76de9126bfbdd67a3b9bd02ef9449 (patch)
tree70ba07039c0695b4a911d8df485c1cd242078438 /phpBB/phpbb/exception/http_exception.php
parenta18c59317f97ff8039250c745660b0df56830dbd (diff)
downloadforums-8f396673fed76de9126bfbdd67a3b9bd02ef9449.tar
forums-8f396673fed76de9126bfbdd67a3b9bd02ef9449.tar.gz
forums-8f396673fed76de9126bfbdd67a3b9bd02ef9449.tar.bz2
forums-8f396673fed76de9126bfbdd67a3b9bd02ef9449.tar.xz
forums-8f396673fed76de9126bfbdd67a3b9bd02ef9449.zip
[ticket/14395] core.viewtopic_add_quickmod_option_before
Added an event before the function phpbb_add_quickmod_option is called in the viewtopic.php file. This event serves two purposes - one, it is easier to add new quickmod options, and two, it allows an extenstion developer to check additional permissions and apply further authentication for the display of the quickmod options. PHPBB3-14395
Diffstat (limited to 'phpBB/phpbb/exception/http_exception.php')
0 files changed, 0 insertions, 0 deletions
0803a9552c6989a5c71ba0bf'>02400916e768e0b10803a9552c6989a5c71ba0bf (patch) treea67a596847089fa2b1ba8c7d24a6a397074c51be /tools/patch_pcmcia_config.pl parentbc1accea4a5dfc64212956297e84f094092a1ac3 (diff)downloaddrakx-backup-do-not-use-02400916e768e0b10803a9552c6989a5c71ba0bf.tar
drakx-backup-do-not-use-02400916e768e0b10803a9552c6989a5c71ba0bf.tar.gz
drakx-backup-do-not-use-02400916e768e0b10803a9552c6989a5c71ba0bf.tar.bz2
drakx-backup-do-not-use-02400916e768e0b10803a9552c6989a5c71ba0bf.tar.xz
drakx-backup-do-not-use-02400916e768e0b10803a9552c6989a5c71ba0bf.zip
ds has been renamed pcmcia in 2.6 kernels
Diffstat (limited to 'tools/patch_pcmcia_config.pl')
-rwxr-xr-xtools/patch_pcmcia_config.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patch_pcmcia_config.pl b/tools/patch_pcmcia_config.pl
index 109cfcba7..6e8614cc0 100755
--- a/tools/patch_pcmcia_config.pl
+++ b/tools/patch_pcmcia_config.pl
@@ -7,7 +7,7 @@ listlength(@ARGV) == 2 or die "usage: $0 /path/to/etc/pcmcia/config /path/to/mod
my ($pcmcia_config, $modules_dep) = @ARGV;
-my @ignore_modules_in_deps = qw(pcmcia_core ds);
+my @ignore_modules_in_deps = qw(pcmcia_core pcmcia ds);
my @conf_contents = cat_($pcmcia_config);
die "uhm, problem, <$pcmcia_config> seems short in lines\n" if listlength(@conf_contents) < 10;