diff options
Diffstat (limited to 'includes/path.inc')
-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; } /** |