diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-07-26 15:22:00 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-07-26 15:22:00 +0000 |
| commit | e39c1320354cc7dee00071726f7d93b5acf58e1d (patch) | |
| tree | b64b419f8ef60a2fb6d453a639a19edaa0f1a3ca /src | |
| parent | f967c953505e723ac904a2085552760430ffc54a (diff) | |
| download | boca-e39c1320354cc7dee00071726f7d93b5acf58e1d.tar.gz boca-e39c1320354cc7dee00071726f7d93b5acf58e1d.zip | |
bug fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/fextdata.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fextdata.php b/src/fextdata.php index 8c80bc9..2be681a 100644 --- a/src/fextdata.php +++ b/src/fextdata.php @@ -219,8 +219,7 @@ function getMainXML() { $ti = time(); $siteurl = $sitedata[0]; - if(strpos($siteurl,'#') !== false) continue; - LOGError("getMainXML: found site $siteurl"); + LOGError("getMainXML: site $siteurl"); if(substr($siteurl,0,7) != 'http://') $siteurl = 'http://' . $siteurl; $urldiv='/'; |