Summary | Unable to add a message to whitelist |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | rui.carneiro (at) portugalmail (dot) net |
Created | 05/03/2011 (5177 days ago) |
Due | |
Updated | 05/03/2011 (5177 days ago) |
Assigned | |
Resolved | 05/03/2011 (5177 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
Bug #10036: We need to cast this to int. Otherwise php will receive a string.Signed-off-by: Michael M Slusarz <slusarz@curecanti.org>
3 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/a01c30790e4618bdfd116185980ce798562cf70b
Priority ⇒ 1. Low
New Attachment: 0001-We-need-to-cast-this-to-int.-Otherwise-php-will-rece.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Unable to add a message to whitelist
Type ⇒ Bug
State ⇒ Unconfirmed
We need to cast this boolean to int. Otherwise PHP will receive it as
string and whitelist will have the same behavior as blacklist.