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:
parent
9f20c4885d
commit
ec5adffb03
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue