mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-10 04:03:01 +09:00
issue 840, fixed a bug for setup addon in textyle.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9790 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
41584ccd58
commit
8abcf7fae4
3 changed files with 28 additions and 61 deletions
|
|
@ -75,6 +75,12 @@
|
|||
// Template specifies the path and file
|
||||
$this->setTemplateFile('setup_addon');
|
||||
|
||||
if(Context::get('module') != 'admin')
|
||||
{
|
||||
$this->setLayoutPath('./common/tpl');
|
||||
$this->setLayoutFile('popup_layout');
|
||||
}
|
||||
|
||||
$security = new Security();
|
||||
$security->encodeHTML('addon_info.', 'addon_info.author..', 'mid_list....');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue