diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-06 13:25:08 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-06 13:25:08 +0200 |
commit | f30cd1447b77f461dd0a459652bc03399d6d7878 (patch) | |
tree | f39a6f08f0d76f3acd2335194eced6286b6448f1 /glpi-0.84-bug5218.patch | |
parent | f45d2ffb8ef0dca962fc96ce6e3422b0816fad40 (diff) |
glpi: 0.85 is now in "remi"
Diffstat (limited to 'glpi-0.84-bug5218.patch')
-rw-r--r-- | glpi-0.84-bug5218.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/glpi-0.84-bug5218.patch b/glpi-0.84-bug5218.patch deleted file mode 100644 index 062b68d..0000000 --- a/glpi-0.84-bug5218.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: branches/0.84-bugfixes/inc/user.class.php -=================================================================== ---- branches/0.84-bugfixes/inc/user.class.php (révision 23406) -+++ branches/0.84-bugfixes/inc/user.class.php (révision 23407) -@@ -556,7 +556,9 @@ - // Add default profile - if (!$rulesplayed) { - $affectation = array(); -- if (isset($this->input['_profiles_id']) && $this->input['_profiles_id']) { -+ if (isset($this->input['_profiles_id']) && $this->input['_profiles_id'] -+ && Profile::currentUserHaveMoreRightThan(array($this->input['_profiles_id'])) -+ ) { - $profile = $this->input['_profiles_id']; - // Choosen in form, so not dynamic - $affectation['is_dynamic'] = 0; |