mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 13:21:54 +02:00
Closes Issue #147 - modal from main Media-Manager page.
This commit is contained in:
@@ -448,7 +448,7 @@ echo getModal();
|
||||
|
||||
if(e_PAGE == "image.php")
|
||||
{
|
||||
return;
|
||||
// return;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -56,6 +56,11 @@ if(vartrue($_GET['action']) == 'nav' && e_AJAX_REQUEST) //XXX Doesn't work corre
|
||||
$bbcodeMode .= "&from=".intval($_GET['from']);
|
||||
}
|
||||
|
||||
if($_GET['w'])
|
||||
{
|
||||
$bbcodeMode .= "&w=".intval($_GET['w']);
|
||||
}
|
||||
|
||||
$bbcodeMode .= "&nav=1";
|
||||
|
||||
$tag = ($bbcodeMode===false) ? false : $_GET['tagid']; // eg. news, news-thumbnail
|
||||
|
Reference in New Issue
Block a user