Changeset 8526ac9 in github


Ignore:
Timestamp:
May 16, 2012 4:36:14 AM (13 months ago)
Author:
Thomas Bruederli <thomas@…>
Branches:
release-0.8
Children:
35a35d13
Parents:
a5fc70f
git-author:
Thomas Bruederli <thomas@…> (05/16/12 04:34:09)
git-committer:
Thomas Bruederli <thomas@…> (05/16/12 04:36:14)
Message:

Fix object reference

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/addressbook/list.inc

    r168e540 r8526ac9  
    3535 
    3636    $_SESSION['page'] = $page; 
    37     $sort_col = $this->config->get('addressbook_sort_col', 'name'); 
     37    $sort_col = $RCMAIL->config->get('addressbook_sort_col', 'name'); 
    3838 
    3939    // Get records from all sources 
Note: See TracChangeset for help on using the changeset viewer.