Quote:
Originally Posted by Neo_obs
That is actually part of the framework I use... I will let the developer know and add this to my release now.
|
Its an issue in the framework if that function is intended to work with something that can be based on human input.
The problem I ran into was when the postbit online status was turned on.
I would get multiple:
Warning: preg_match(): Unknown modifier 'n' in [path]\teamspeak\Helper\String.php on line 192
One for each post that had a user with a UID entered in a particular thread.
And only when that UID had a / in it
Having a very small test bed of users with their UID known, it wasnt hard to notice that each unknown modifier was a part of the UID directly proceeding a /
That was causing the issue in that one bit of code. I guess the question is whether the function was flawed or the usage of it. =o)