Minor: Workflow notifications, user list only work with ids

More
9 years 9 months ago #48315 by ggppdk
Hello

yes this is broken, had seen but both

forgot to fix
or
add it to bug tracker

will commit fix, please test this fix:
in file:
administrator/compontents/com_flexicontent/models/parentitemclass.php

replace line:
Code:
if ( count($_user_names) ) $where_clauses[] = " username IN (".implode(",",$_user_names).") ";

with:
Code:
if ( count($_user_names) ) { $_user_names_quoted = array(); foreach ($_user_names as $_user_name) { $_user_names_quoted[] = $db->Quote($_user_name); } $where_clauses[] = " username IN (".implode(",",$_user_names_quoted).") "; }

and then report back here

Regards


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.269 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline