]> Kevux Git Server - koopa/commit
Bugfix: operating on non-existent array index in p_s_split() of c_base_utf8
authorKevin Day <thekevinday@gmail.com>
Mon, 6 Mar 2017 00:50:15 +0000 (18:50 -0600)
committerKevin Day <thekevinday@gmail.com>
Mon, 6 Mar 2017 00:50:15 +0000 (18:50 -0600)
commit9b8dfb7dd2d697fa1c4e4478a3ac090e127df2d6
treec8111fe141dd516076af8acd9ee1658face2f333
parent01a28fa4340c4984aaaeeaad63ec1e592d86e967
Bugfix: operating on non-existent array index in p_s_split() of c_base_utf8

This causes PHP to crash as it does not like operating against non-existant indexes.
common/base/classes/base_utf8.php