Update extension_edit.php
This commit is contained in:
parent
721549f4c1
commit
bbf32464ad
|
|
@ -189,9 +189,7 @@
|
|||
}
|
||||
else {
|
||||
//if the user_context was not set then set the default value
|
||||
if (strlen($user_context) == 0) {
|
||||
$user_context = $_SESSION['domain_name'];
|
||||
}
|
||||
$user_context = $_SESSION['domain_name'];
|
||||
}
|
||||
|
||||
//prevent users from bypassing extension limit by using range
|
||||
|
|
|
|||
Loading…
Reference in New Issue