marc1706 / phpbb3-ext-quickedit

A quickedit extension for phpBB 3.1.
GNU General Public License v2.0
6 stars 7 forks source link

Some coding improvements/updates #2

Closed iMattPro closed 10 years ago

iMattPro commented 10 years ago

Some coding updates, looking at the event/listener.php:

Replace request_var with request->variable

No need to use utf8_normalize_nfc (it is done already by request->variable)

Use $user->lang() instead of $user->lang[]

great work!