From 100db62511e973c077bca9c04c6ea77545461d69 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Mon, 23 Jan 2006 11:15:54 +0000
Subject: [PATCH] - Patch #44828 by chx: fixed incorrect return value.

---
 includes/path.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/includes/path.inc b/includes/path.inc
index 542634f67895..e2da7c29083b 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;
 }
 
 /**
-- 
GitLab