1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2024-11-23 00:33:44 +00:00

Bugfix - pastie page *is* pastie_page ;)

This commit is contained in:
King_DuckZ 2017-06-20 21:18:47 +01:00
parent 9f20c4885d
commit ec5adffb03

View file

@ -37,7 +37,7 @@ namespace kamokan {
virtual std::string on_mustache_retrieve() override;
virtual tawashi::HttpHeader on_general_pastie_process() override;
virtual void on_general_mustache_prepare (std::string&& parPastie, mstch::map& parContext) override;
virtual bool is_pastie_page() const override { return false; }
virtual bool is_pastie_page() const override { return true; }
std::string m_lang_file;
std::string m_langmap_dir;