fixed: the core didn't test for special folder when system was running
(now mkdir addes correctly special folders) added: function 'reload' param: 'templates' - reloading templates git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@519 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -174,7 +174,7 @@ namespace TemplatesFunctions
|
||||
void done_defaulted_dir(Info & i);
|
||||
|
||||
void done_loggedout(Info & i);
|
||||
|
||||
void done_reloaded_templates(Info & i);
|
||||
|
||||
/*
|
||||
who
|
||||
@@ -229,18 +229,11 @@ namespace TemplatesFunctions
|
||||
|
||||
class Templates
|
||||
{
|
||||
|
||||
|
||||
public:
|
||||
|
||||
|
||||
void Read();
|
||||
void Generate();
|
||||
|
||||
|
||||
private:
|
||||
|
||||
void ReadTemplates();
|
||||
void CreateFunctions();
|
||||
void Generate();
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user