Avoid passing by reference, it causes problems on getenv results.
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user