X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=gui%2Fbaculum%2Fprotected%2FWeb%2FPortlets%2FUsers.php;h=74d86360797dfad5ad1ea1c3470ea33bf63d1f37;hb=1561541e22ccd3331819d4b253ebfd9b12a523ef;hp=788491a667bc829a53cdeb5618fe6bad11a79c8d;hpb=ac34f5bce25f475ee7c22c076cbb0d897a7be313;p=bacula%2Fbacula diff --git a/gui/baculum/protected/Web/Portlets/Users.php b/gui/baculum/protected/Web/Portlets/Users.php index 788491a667..74d8636079 100644 --- a/gui/baculum/protected/Web/Portlets/Users.php +++ b/gui/baculum/protected/Web/Portlets/Users.php @@ -67,6 +67,7 @@ class Users extends Portlets { if(!$_SESSION['admin']) { return; } + $this->UsersList->ActiveControl->EnableUpdate = true; list($action, $user, $value) = explode(';', $param->CallbackParameter, 3); switch($action) { case 'newuser':