mirror of
https://github.com/nextcloud/server.git
synced 2026-03-08 18:28:16 +01:00
A polyfill for intl is loaded very early (somewhere in base). Polyfill defines grapheme_strlen as function if intl extension is not loaded. The check here is always true because there is a function with that name. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>