diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2013-10-14 16:06:56 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2013-10-14 16:06:56 +0000 |
commit | a93461b231fb94f3a6a9df09a30557732201ddcc (patch) | |
tree | f278951ee7746da2a618ec57043c57fafe779c1d /h-source/Library/Url.php | |
parent | 6fa0219202ce4ccc5c4592e66031bb0f7f8be2b0 (diff) |
added new EasyGiant Library
Diffstat (limited to 'h-source/Library/Url.php')
-rwxr-xr-x | h-source/Library/Url.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Library/Url.php b/h-source/Library/Url.php index 9f73291..da312b1 100755 --- a/h-source/Library/Url.php +++ b/h-source/Library/Url.php @@ -31,7 +31,7 @@ class Url { } //create an url string (element1/element2/element4) from the values of the array $valuesArray considering only the elements indicated in the numeric string $numericString (in this case '1,2,4') - public function createUrl($valuesArray,$numericString = null) { + public static function createUrl($valuesArray,$numericString = null) { $elementsArray = explode(',',$numericString); $valuesArray = array_values($valuesArray); $urlString = null; |