Avoid passing by reference, it causes problems on getenv results.

This commit is contained in:
Michal Čihař
2010-03-30 13:48:49 +02:00
parent a78fc12048
commit 86cd86fc51

View File

@@ -129,7 +129,7 @@ function PMA_langSet(&$lang)
* *
* @access private * @access private
*/ */
function PMA_langDetect(&$str, $envType) function PMA_langDetect($str, $envType)
{ {
if (empty($str)) { if (empty($str)) {
return false; return false;