* Fix bug #14990.
This commit is contained in:
@@ -13,6 +13,6 @@ $(function()
|
||||
*/
|
||||
function redirectParentWindow(hasLibPriv, libID)
|
||||
{
|
||||
var link = hasLibPriv ? createLink('doc', 'tableContents', 'type=book&objectID=0&libID=' + libID) : createLink('doc', 'tableContents', 'type=book');
|
||||
var link = hasLibPriv ? createLink('doc', 'tableContents', 'type=' + libType + '&objectID=0&libID=' + libID) : createLink('doc', 'tableContents', 'type=' + libType);
|
||||
parent.location.href = link;
|
||||
}
|
||||
|
||||
@@ -80,4 +80,5 @@
|
||||
</form>
|
||||
</div>
|
||||
<?php js::set('noticeAcl', $lang->doc->noticeAcl['lib']);?>
|
||||
<?php js::set('libType', $lib->type);?>
|
||||
<?php include '../../common/view/footer.lite.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user