mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
add browser title
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12306 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ff3b0561b4
commit
300e241ed8
2 changed files with 8 additions and 1 deletions
|
|
@ -507,6 +507,10 @@ class menuAdminController extends menu
|
|||
}
|
||||
|
||||
$moduleInfo->mid = $request->module_id;
|
||||
if($request->browser_title)
|
||||
{
|
||||
$moduleInfo->browser_title = $request->browser_title;
|
||||
}
|
||||
$oModuleController = &getController('module');
|
||||
$oModuleController->updateModule($moduleInfo);
|
||||
$args->url = $request->module_id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue