flash allowscriptaccess defense

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10046 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-01-28 05:45:51 +00:00
parent bfeb1ac70e
commit c69d33e3c2
2 changed files with 41 additions and 3 deletions

View file

@ -153,7 +153,7 @@
**/
function getDocumentList($obj, $except_notice = false, $load_extra_vars=true, $columnList = array()) {
$sort_check = $this->_setSortIndex($obj, $load_extra_vars);
$obj->sort_index = $sort_check->sort_index;
$obj->sort_index = $sort_check->sort_index;
// cache controll
$oCacheHandler = &CacheHandler::getInstance('object');
if($oCacheHandler->isSupport()){
@ -909,8 +909,8 @@
$output = executeQuery('document.getDocumentSrlByTitle', $args);
if(!$output->data) return null;
else return $output->data->document_srl;
}
}
function getAlias($document_srl){
if(!$document_srl) return null;
$args->document_srl = $document_srl;