mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
Issue 2144 add to r10896 Context class fix.
and FrontEndFileHandler fix again. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10897 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f71fcc8b31
commit
508c32963d
2 changed files with 4 additions and 4 deletions
|
|
@ -1200,7 +1200,7 @@ class Context {
|
|||
**/
|
||||
function unloadAllJsFiles() {
|
||||
is_a($this,'Context')?$self=&$this:$self=&Context::getInstance();
|
||||
$self->oFrontEndFileHandler->unloadAllJsFiles();
|
||||
$self->oFrontEndFileHandler->unloadAllFiles('js');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -1259,7 +1259,7 @@ class Context {
|
|||
**/
|
||||
function unloadAllCSSFiles() {
|
||||
is_a($this,'Context')?$self=&$this:$self=&Context::getInstance();
|
||||
$self->oFrontEndFileHandler->unloadAllCssFiles();
|
||||
$self->oFrontEndFileHandler->unloadAllFiles('css');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue