소스 검색

Cosmetic

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1292 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 년 전
부모
커밋
8db707e284
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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']);