Ignore:
Timestamp:
Apr 29, 2010, 2:55:46 PM (14 years ago)
Author:
plg
Message:

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

File:
1 edited

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
Note: See TracChangeset for help on using the changeset viewer.