Skip to content

Commit

Permalink
[mms] Fix checking the 'max_forward' permission (Bug #13568).
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Sep 17, 2014
1 parent 731833e commit b1d01c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ingo/docs/CHANGES
Expand Up @@ -2,6 +2,7 @@
v3.2.2-git
----------

[mms] Fix checking the 'max_forward' permission (Bug #13568).
[mms] IMAP driver needs to explicitly search for UTF-8 text, since we don't
restrict charset input at the UI level (Bug #13554).
[mjr] Fix issues when preferred configuration contains an array (Bug #13548).
Expand Down
1 change: 1 addition & 0 deletions ingo/lib/Perms.php
Expand Up @@ -94,6 +94,7 @@ public function hasPermission($permission, $allowed, $opts)

switch ($permission) {
case 'max_blacklist':
case 'max_forward':
case 'max_rules':
case 'max_whitelist':
$allowed = max(array_map('intval', $allowed));
Expand Down
2 changes: 2 additions & 0 deletions ingo/package.xml
Expand Up @@ -33,6 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
* [mms] Fix checking the &apos;max_forward&apos; permission (Bug #13568).
* [mms] IMAP driver needs to explicitly search for UTF-8 text, since we don&apos;t restrict charset input at the UI level (Bug #13554).
* [mjr] Fix issues when preferred configuration contains an array (Bug #13548).
</notes>
Expand Down Expand Up @@ -1507,6 +1508,7 @@
<date>2014-09-05</date>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
* [mms] Fix checking the &apos;max_forward&apos; permission (Bug #13568).
* [mms] IMAP driver needs to explicitly search for UTF-8 text, since we don&apos;t restrict charset input at the UI level (Bug #13554).
* [mjr] Fix issues when preferred configuration contains an array (Bug #13548).
</notes>
Expand Down

0 comments on commit b1d01c1

Please sign in to comment.