Index: t3lib/class.t3lib_div.php =================================================================== --- t3lib/class.t3lib_div.php (revision 3418) +++ t3lib/class.t3lib_div.php (working copy) @@ -3418,7 +3418,7 @@ $ip = array_pop($ip); break; case 'first': - $ip = array_unshift($ip); + $ip = array_shift($ip); break; case 'none': default: @@ -3442,7 +3442,7 @@ $host = array_pop($host); break; case 'first': - $host = array_unshift($host); + $host = array_shift($host); break; case 'none': default: