Samuel Amoser 69a8836910
PATCH: Prevents calling strpos with empty needle
We happen to run into this warning:
```
[Warning] strpos(): Empty needle
Line 2618 in ./framework/i18n/i18n.php

2618    strpos($theme, (string)Config::inst()->get('SSViewer', 'theme')) === 0
```
I suggest to test the needle against emptyness before invoking strpos.
2020-08-18 15:16:07 +02:00
..
2018-01-30 16:50:32 +00:00