changed: mount points
mount type and mount fs are of type 'int' now they can be added by plugins git-svn-id: svn://ttmath.org/publicrep/winix/trunk@652 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -66,7 +66,7 @@ void template_init()
|
||||
temp_tab.clear();
|
||||
temp_tab.push_back(config->templates_index);
|
||||
|
||||
Mount::ParamRow & par = system->mounts.pmount->param[Mount::par_html_template];
|
||||
Mount::ParamRow & par = system->mounts.pmount->param[system->mounts.MountParHtmlTemplate()];
|
||||
|
||||
if( par.defined )
|
||||
{
|
||||
|
Reference in New Issue
Block a user