From 2958311c4f969393269e0e04b0ec0ba429a36381 Mon Sep 17 00:00:00 2001 From: "Alexia E. Smith" Date: Thu, 15 Nov 2018 10:09:15 -0600 Subject: [PATCH] Update git submodules * Update extensions/ParserFunctions from branch 'REL1_31' to a28ad04eeefa05a16264e67537ba118bd67576d4 - Fix E_WARNING with {{#pos:}} if the offset is larger than the string The mb_strpos() function throws E_WARNING if the offset is longer than the length of the string. Bug: T209600 Change-Id: Ib4296ba136eaf5c8461681e9d5f108118b2494f4 (cherry picked from commit cf1480cb9629514dd4400b1b83283ae6c83ff163) --- extensions/ParserFunctions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ParserFunctions b/extensions/ParserFunctions index f2c63e5062..a28ad04eee 160000 --- a/extensions/ParserFunctions +++ b/extensions/ParserFunctions @@ -1 +1 @@ -Subproject commit f2c63e5062c136d756d5d4378a722385e4b0149c +Subproject commit a28ad04eeefa05a16264e67537ba118bd67576d4 -- 2.20.1