Browse Source

ZF-7296: Applying patch from Marc Hodgkins

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23408 44c647ce-9c0f-0410-b52a-842ac1e357ba
bittarman 15 years ago
parent
commit
d428d0c77f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/Zend/Uri/Http.php

+ 1 - 1
library/Zend/Uri/Http.php

@@ -522,7 +522,7 @@ class Zend_Uri_Http extends Zend_Uri
     }
 
     /**
-     * Returns the path and filename portion of the URL, or FALSE if none.
+     * Returns the path and filename portion of the URL.
      *
      * @return string
      */