oops! removed tabs.

This commit is contained in:
messju
2003-12-30 21:42:51 +00:00
parent a881935a1c
commit 70e7586d57

View File

@@ -584,7 +584,7 @@ class Smarty
function Smarty()
{
$this->assign('SCRIPT_NAME', isset($_SERVER['SCRIPT_NAME']) ? $_SERVER['SCRIPT_NAME']
: @$GLOBALS['HTTP_SERVER_VARS']['SCRIPT_NAME']);
: @$GLOBALS['HTTP_SERVER_VARS']['SCRIPT_NAME']);
}
/**