bugphpGroupWare - Bugs: bug #22529, bad call to parent constructor in...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #22529: bad call to parent constructor in class.accounts_ldap.inc.php

Submitter:  - <_66106>
Submitted:  Mon 10 Mar 2008 11:40:31 AM UTC
   
 
Category:  API - phpGroupware API Item Group:  SVN trunk (dev code)
Severity:  3 - Normal Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  Caeies Open/Closed:  Open
Component Version:  None Operating System:  None
Reproducibility:  None Planned Release:  None
Fixed Release: 

Wed 12 Mar 2008 09:58:38 AM UTC, comment #1: 

Hi all

Thanks Christian, Will look at it today.

Regards.

Caeies

Caeies <Caeies>
Group administrator
Mon 10 Mar 2008 11:40:31 AM UTC, original submission:  


diff class.accounts_ldap.inc.php /home/chris/public_html/phpgroupware/phpgwapi/inc/accounts/
75c75
< parent::accounts($account_id, $account_type);
---

> parent::__construct($account_id, $account_type);



also add the following line at line 1285
to avoid error notice of unexisting accounts in line 1293

  $accounts = array();

- <_66106>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by Caeies (Posted a comment)
  • -email is unavailable- added by _66106 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-03-12 Caeies Assigned toNone Caeies

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code