summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-23 11:15:54 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-23 11:15:54 +0000
commit100db62511e973c077bca9c04c6ea77545461d69 (patch)
treea0572347a5617b2a6c70c48bf2c769c824a7e593
parentbc9cbefa307cac21cb276ff94bb615db5c80e743 (diff)
downloadbrdo-100db62511e973c077bca9c04c6ea77545461d69.tar.gz
brdo-100db62511e973c077bca9c04c6ea77545461d69.tar.bz2
- Patch #44828 by chx: fixed incorrect return value.
-rw-r--r--includes/path.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/path.inc b/includes/path.inc
index 542634f67..e2da7c290 100644
--- a/includes/path.inc
+++ b/includes/path.inc
@@ -149,8 +149,6 @@ function arg($index) {
if (isset($arguments[$index])) {
return $arguments[$index];
}
-
- return FALSE;
}
/**