diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-01-23 11:15:54 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-01-23 11:15:54 +0000 |
commit | 100db62511e973c077bca9c04c6ea77545461d69 (patch) | |
tree | a0572347a5617b2a6c70c48bf2c769c824a7e593 | |
parent | bc9cbefa307cac21cb276ff94bb615db5c80e743 (diff) | |
download | brdo-100db62511e973c077bca9c04c6ea77545461d69.tar.gz brdo-100db62511e973c077bca9c04c6ea77545461d69.tar.bz2 |
- Patch #44828 by chx: fixed incorrect return value.
-rw-r--r-- | includes/path.inc | 2 |
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; } /** |