mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Rename dispFileAdminConfig to dispFileAdminUploadConfig
This commit is contained in:
parent
d9118289fb
commit
280bdeb470
5 changed files with 11 additions and 11 deletions
|
|
@ -214,7 +214,7 @@ class fileAdminView extends file
|
|||
*
|
||||
* @return Object
|
||||
*/
|
||||
function dispFileAdminConfig()
|
||||
function dispFileAdminUploadConfig()
|
||||
{
|
||||
$oFileModel = getModel('file');
|
||||
$config = $oFileModel->getFileConfig();
|
||||
|
|
@ -222,7 +222,7 @@ class fileAdminView extends file
|
|||
|
||||
// Set a template file
|
||||
$this->setTemplatePath($this->module_path.'tpl');
|
||||
$this->setTemplateFile('adminConfig');
|
||||
$this->setTemplateFile('upload_config');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue