summaryrefslogtreecommitdiffstats
path: root/test_index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-05 16:45:03 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-05 16:45:03 +0000
commit2ea93a77c34a4ccddd10eca309e8b601d6344a17 (patch)
tree6c55e2ce2775bb8d28c4e7679432bfc70987e805 /test_index.php
parentbfc3ff494c0fd47329a34c0679def3ef5500de79 (diff)
downloadpkgsubmit-2ea93a77c34a4ccddd10eca309e8b601d6344a17.tar
pkgsubmit-2ea93a77c34a4ccddd10eca309e8b601d6344a17.tar.gz
pkgsubmit-2ea93a77c34a4ccddd10eca309e8b601d6344a17.tar.bz2
pkgsubmit-2ea93a77c34a4ccddd10eca309e8b601d6344a17.tar.xz
pkgsubmit-2ea93a77c34a4ccddd10eca309e8b601d6344a17.zip
CWD changed (see b626639)
Diffstat (limited to 'test_index.php')
-rw-r--r--test_index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_index.php b/test_index.php
index b4f943a..4646c27 100644
--- a/test_index.php
+++ b/test_index.php
@@ -224,7 +224,7 @@ if ($total > 0) {
$typelink = '/uploads/' . $p['type'] . '/' . $p['path'] . '.youri';
} else {
$typelink = '/uploads/done/' . $p['path'];
- if (!is_dir("..$typelink")) {
+ if (!is_dir($typelink)) {
$typelink = '';
}
}