From b66b0ca0d1d158057a8959bcb3e8185053b897d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no>
Date: Wed, 26 Apr 2017 10:47:46 +0200
Subject: [PATCH] Add a check for mbstring in the config frontpage.

---
 modules/core/www/frontpage_config.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/core/www/frontpage_config.php b/modules/core/www/frontpage_config.php
index 343b06282..ec904981f 100644
--- a/modules/core/www/frontpage_config.php
+++ b/modules/core/www/frontpage_config.php
@@ -107,6 +107,7 @@ $functionchecks = array(
 	'preg_match'       => array('required',  'RegEx support'),
 	'json_decode'      => array('required', 'JSON support'),
 	'class_implements' => array('required', 'Standard PHP Library (SPL)'),
+	'mb_strlen'        => array('required', 'Multibyte String Extension'),
 	'curl_init'        => array('optional', 'cURL (required if automatic version checks are used, also by some modules.'),
 	'mcrypt_module_open'=> array('optional',  'MCrypt (required if digital signatures or encryption are used)'),
 	'session_start'  => array('optional', 'Session Extension (required if PHP sessions are used)'),
-- 
GitLab