mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02: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. |
||
---|---|---|
.. | ||
i18n.php | ||
i18nEntityProvider.php | ||
i18nRailsYamlAdapter.php | ||
i18nSSLegacyAdapter.php | ||
i18nTextCollector.php | ||
i18nTranslateAdapterInterface.php |