aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/driver/driver.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-15 01:14:44 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-15 01:14:44 +0200
commite1d9f1c67c9be90ac2f7f6a86ed02f0c22622afa (patch)
tree489546b79c5751cddedba9d11c754a58f7dd61b4 /phpBB/phpbb/db/driver/driver.php
parent8b6df0e2f8a0601b43a1c1186f09bf058dadb47b (diff)
downloadforums-e1d9f1c67c9be90ac2f7f6a86ed02f0c22622afa.tar
forums-e1d9f1c67c9be90ac2f7f6a86ed02f0c22622afa.tar.gz
forums-e1d9f1c67c9be90ac2f7f6a86ed02f0c22622afa.tar.bz2
forums-e1d9f1c67c9be90ac2f7f6a86ed02f0c22622afa.tar.xz
forums-e1d9f1c67c9be90ac2f7f6a86ed02f0c22622afa.zip
[ticket/12536] Use stable values when unstable are unavailable
PHPBB3-12536
Diffstat (limited to 'phpBB/phpbb/db/driver/driver.php')
0 files changed, 0 insertions, 0 deletions
tat-summary'>1 files changed, 4 insertions, 0 deletions
diff --git a/check_desktop_files b/check_desktop_files
index e84871e..d51935f 100755
--- a/check_desktop_files
+++ b/check_desktop_files
@@ -15,6 +15,10 @@ sub main
{
wanted =>
sub {
+ # xsession files are not *really* desktop files
+ # https://bugs.freedesktop.org/show_bug.cgi?id=85938
+ return if $File::Find::dir eq $builroot . '/usr/share/session';
+
my $fn = $File::Find::name;
if ($fn =~ $FILTER)
{