hannesmannerheim / qvitter

mirror. moved to https://git.gnu.io/h2p/Qvitter, send merge requests and issues there
https://git.gnu.io/h2p/Qvitter
GNU Affero General Public License v3.0
86 stars 26 forks source link

Minor fixes #189

Closed ghost closed 9 years ago

ghost commented 9 years ago

The last change, which uses self::makeRegex, is to get rid of STRICT STANDARDS warnings (which I tried with the "crazy stunt" thing before, but this should be less controversial :))

ghost commented 9 years ago

(the strict standards warnings only go away if you also run latest GNU social where the makeRegex function is 'static public' instead of 'protected')