modxcms / tinymce-rte

GNU General Public License v2.0
14 stars 23 forks source link

Update GetTreeProcessor.php to correct reserved MySQL 8 keyword #119

Closed wallacio closed 2 years ago

wallacio commented 2 years ago

What does it do?

Enclose the reserved MySQL keyword 'rank' in backticks.

Why is it needed?

Without this, the SQL is invalid and returns a syntax error.

Related issue(s)/PR(s)

118