mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 16:17:14 +02:00
Fixed: Issue #1265: admin UI - readonly with type user
This commit is contained in:
@@ -3696,7 +3696,7 @@ class e_form
|
|||||||
|
|
||||||
if (vartrue($parms['__nameval']))
|
if (vartrue($parms['__nameval']))
|
||||||
{
|
{
|
||||||
$ttl = vartrue($parms['__nameval']);
|
$ttl = $parms['__nameval'];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user