* Fix bug #11495.
This commit is contained in:
@@ -89,7 +89,7 @@ class extension extends control
|
||||
{
|
||||
/* Init vars. */
|
||||
$type = strtolower($type);
|
||||
$moduleID = $type == 'bymodule' ? (int)$param : 0;
|
||||
$moduleID = $type == 'bymodule' ? (int)base64_decode($param) : 0;
|
||||
$extensions = array();
|
||||
$pager = null;
|
||||
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
.pager {margin-top: 0;}
|
||||
.tree li>a:hover {color: #fff; background-color: #0c64eb;}
|
||||
.tree li>a.active {color: #fff; background-color: #0c64eb;}
|
||||
|
||||
Reference in New Issue
Block a user