Fixed namespace reference in comments.

This commit is contained in:
flash 2019-11-07 03:59:31 +01:00
parent 0ab653e9e2
commit a3bb615f0d

View file

@ -54,7 +54,7 @@ function comments_parse_for_display(string $text): string {
);
$text = preg_replace_callback(MSZ_COMMENTS_MARKUP_USER_ID, function ($matches) {
$getInfo = DB::prepare('
$getInfo = \Misuzu\DB::prepare('
SELECT
u.`user_id`, u.`username`,
COALESCE(u.`user_colour`, r.`role_colour`) as `user_colour`