marc1706 / phpbb3-ext-quickedit

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

SCRIPT_NAME check might impact with other extensions #79

Open nsenica opened 8 years ago

nsenica commented 8 years ago

Some extensions, change the SCRIPT_NAME var, and checking it against "viewtopic" might not produce the correct result.

I'd suggest checking S_VIEWTOPIC instead, so it doesn't depend on its value and will only load on viewtopic :)

Thanks