Commit 1baef7ab55776cdaa598df4e300bfab7ca3a8819
1 parent
70d07a1e
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
classesphp/carrega_ext.php
... | ... | @@ -43,7 +43,7 @@ Array com a lista de extensoes que devem ser carregadas pelo i3geo. |
43 | 43 | |
44 | 44 | Outras extensoes exigidas pelo i3geo também são verificadas, como mapscript e gd. |
45 | 45 | */ |
46 | -$ler_extensoes = array(); | |
46 | +$ler_extensoes = ""; | |
47 | 47 | if(function_exists("dl")){ |
48 | 48 | $extensoes = array("zlib","libxml","SimpleXML","dom","xml","simplexml","mbstring"); |
49 | 49 | if (isset($ler_extensoes)) | ... | ... |