mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
69a8836910
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.