Fix: best test

This commit is contained in:
Regis Houssin 2010-09-21 19:09:10 +00:00
parent 9906ca9707
commit 4b4aeae842

View File

@ -3380,7 +3380,7 @@ function dol_eval($s)
/** /**
* \brief For replace glob() function * \brief For replace glob() function
*/ */
if (! function_exists('glob')) if (! function_exists('glob') && ! is_callable('glob'))
{ {
function glob($pattern) function glob($pattern)
{ {