Home
last modified time | relevance | path

Searched hist:"017 bc02997d4c60a10d36db7676225964c99321d" (Results 1 – 1 of 1) sorted by relevance

/plugin/addnewpage/
H A Dsyntax.php017bc02997d4c60a10d36db7676225964c99321d Thu Dec 22 10:34:00 UTC 2016 Matthieu Estrada <algorys@users.noreply.github.com> Fix PHP Warning "strpos(): Empty needle"

If $exclude is empty, it generates many PHP warnings:

```
PHP Warning: strpos(): Empty needle in /var/www/wiki/lib/plugins/addnewpage/syntax.php on line 249
```

This change fix it.