SVN:trunk[1292]
This commit is contained in:
Romain Quetiez
2011-06-22 08:16:59 +00:00
parent 5d37201391
commit b8c930016f

View File

@@ -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']);