From a93461b231fb94f3a6a9df09a30557732201ddcc Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 14 Oct 2013 16:06:56 +0000 Subject: added new EasyGiant Library --- h-source/Library/Url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'h-source/Library/Url.php') 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; -- cgit v1.2.3