Fix "Uncaught TypeError: urlencode() expects parameter 1 to be string, int given in"
commite472b8bbc47b4b9e3390b7d7428f3c6af3804239
authorSimon Vikstrom <pullreq@devsn.se>
Fri, 6 Mar 2020 05:55:17 +0000 (6 05:55 +0000)
committerWilliam Desportes <williamdes@wdes.fr>
Fri, 6 Mar 2020 07:18:11 +0000 (6 08:18 +0100)
tree446c54f4b4491e82d51e811d76629680a133f350
parentce85e5ee1308c7a88a44ddd2483b6b2e4beaa7b3
Fix "Uncaught TypeError: urlencode() expects parameter 1 to be string, int given in"

If a user creates two tables prefixed with number__... like
2020__abc
2020__cde

then phpmyadmin will group then, the key will end up being an integer instead of a string and  PHP will error out on it.

Signed-off-by: Simon Vikstrom <pullreq@devsn.se>
libraries/classes/Navigation/NavigationTree.php