Explorar o código

Cosmetic

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1292 a333f486-631f-4898-b8df-5754b55c2be0
romainq %!s(int64=14) %!d(string=hai) anos
pai
achega
8db707e284
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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']);