github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2020-06-26 11:32 pm

[dreamwidth/dw-free] 657650: hush warnings in /support/faqbrowse

Branch: refs/heads/master
Home: https://github.com/dreamwidth/dw-free
Commit: 6576506f3089d7aa20b6006439e2511441ea8eb2
https://github.com/dreamwidth/dw-free/commit/6576506f3089d7aa20b6006439e2511441ea8eb2
Author: Kareila <kareila@dreamwidth.org>
Date: 2020-06-26 (Fri, 26 Jun 2020)

Changed paths:
M cgi-bin/DW/Controller/Support/Faq.pm

Log Message:
-----------
hush warnings in /support/faqbrowse

Some of these were due to the viewed FAQ having no category defined, but some were just debug warnings that escaped into the wild, and I had to go back to the original BML file to see what the value of $backfaqcat was supposed to be.

I replaced BML::get_language with the mostly-equivalent LJ::Lang::get_effective_lang, but I didn't see an LJ::Lang equivalent for BML::get_language_default.