Changeset 5995

Show
Ignore:
Timestamp:
04/29/10 15:15:25 (3 years ago)
Author:
plg
Message:

bug fixed: Admin>Config>Options>GuestSettings must show the guest settings,
not the default user settings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r5994 r5995  
    330330      { 
    331331        // Reload user 
    332         $edit_user = build_user($conf['default_user_id'], false); 
     332        $edit_user = build_user($conf['guest_id'], false); 
    333333        array_push($page['infos'], l10n('Information data registered in database')); 
    334334      }