mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
reverted (unnecessary) fix of r41893, causing editing of account addressbook data to show up empty
This commit is contained in:
parent
308c4a2951
commit
cbf7abc4fb
@ -551,7 +551,7 @@ class addressbook_so
|
||||
*/
|
||||
function read($contact_id)
|
||||
{
|
||||
if (!is_array($contact_id) && is_numeric($contact_id) && substr($contact_id,0,8) == 'account:')
|
||||
if (!is_array($contact_id) && substr($contact_id,0,8) == 'account:')
|
||||
{
|
||||
$contact_id = array('account_id' => (int) substr($contact_id,8));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user