Procházet zdrojové kódy

Cosmetic

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1292 a333f486-631f-4898-b8df-5754b55c2be0
romainq před 14 roky
rodič
revize
8db707e284
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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']);