Browse Source

Cosmetic

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1292 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 years ago
parent
commit
8db707e284
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/utils.inc.php

+ 1 - 1
application/utils.inc.php

@@ -394,7 +394,7 @@ class utils
      * @param $bForceHTTPS bool True to force HTTPS, false otherwise
      * @return string The absolute URL to the server's root, without the first slash
      */                   
-	static public function GetAbsoluteUrlAppRoot($sCurrentRelativePath = '', $bForceHTTPS = false)
+	static public function GetAbsoluteUrlAppRoot($sCurrentRelativePathUNUSED = '', $bForceHTTPS = false)
 	{
 		$sAbsoluteUrl = self::GetAbsoluteUrl(false, $bForceHTTPS); // False => Don't get the query string
 		$sCurrentScript = realpath($_SERVER['SCRIPT_FILENAME']);