Changeset 5994

Show
Ignore:
Timestamp:
04/29/10 14:55:46 (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

    r5920 r5994  
    321321  case 'default' : 
    322322  { 
    323     $edit_user = build_user($conf['default_user_id'], false); 
     323    $edit_user = build_user($conf['guest_id'], false); 
    324324    include_once(PHPWG_ROOT_PATH.'profile.php'); 
    325325