fixes #76: unrestrict angel types is possible now

This commit is contained in:
Philip Häusler 2012-12-01 11:51:03 +01:00
parent a31ff40a8e
commit 08f12cbe5b
1 changed files with 94 additions and 92 deletions

View File

@ -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))