DatabaseBase::tableName() fix limit while invoking explode()
authorSergio Santoro <santoro.srg@gmail.com>
Wed, 15 Oct 2014 21:14:11 +0000 (23:14 +0200)
committerSergio Santoro <santoro.srg@gmail.com>
Wed, 15 Oct 2014 21:14:11 +0000 (23:14 +0200)
commit10dcbd67942a9a3f8e5df1695c71c4c42a6b18e6
tree7c7a720a3f4389c4bf254365fdad81398398c889
parent66738d977d1c7cc075bd68be31352d0916ab5a3c
DatabaseBase::tableName() fix limit while invoking explode()

Limit for explode() needs to be set to 3 to allow entering
branch at line 2350.

Change-Id: Idc2ba81a4bafa3e5511982db73a5c1549f1f9ef0
includes/db/Database.php