fixes #76: unrestrict angel types is possible now
This commit is contained in:
parent
a31ff40a8e
commit
08f12cbe5b
|
@ -43,6 +43,8 @@ function admin_angel_types() {
|
||||||
|
|
||||||
if (isset ($_REQUEST['restricted']))
|
if (isset ($_REQUEST['restricted']))
|
||||||
$restricted = 1;
|
$restricted = 1;
|
||||||
|
else
|
||||||
|
$restricted = 0;
|
||||||
|
|
||||||
if ($ok) {
|
if ($ok) {
|
||||||
if (isset ($id))
|
if (isset ($id))
|
||||||
|
|
Loading…
Reference in New Issue