mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 03:42:18 +09:00
Rename dispFileAdminConfig to dispFileAdminUploadConfig
This commit is contained in:
parent
d9118289fb
commit
280bdeb470
5 changed files with 11 additions and 11 deletions
|
|
@ -59,7 +59,7 @@ class fileAdminController extends file
|
|||
*
|
||||
* @return Object
|
||||
*/
|
||||
function procFileAdminInsertConfig()
|
||||
function procFileAdminInsertUploadConfig()
|
||||
{
|
||||
// Update configuration
|
||||
$oFileModel = getModel('file');
|
||||
|
|
@ -81,7 +81,7 @@ class fileAdminController extends file
|
|||
$oModuleController = getController('module');
|
||||
$output = $oModuleController->insertModuleConfig('file',$config);
|
||||
|
||||
$returnUrl = Context::get('success_return_url') ? Context::get('success_return_url') : getNotEncodedUrl('', 'module', 'admin', 'act', 'dispFileAdminConfig');
|
||||
$returnUrl = Context::get('success_return_url') ? Context::get('success_return_url') : getNotEncodedUrl('', 'module', 'admin', 'act', 'dispFileAdminUploadConfig');
|
||||
return $this->setRedirectUrl($returnUrl, $output);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue