Ignore:
Timestamp:
Mar 28, 2007, 9:57:00 PM (17 years ago)
Author:
rub
Message:

Issue 578
User guest must be real user

Step 1: guest is a real user

On next commit, I finish installation and use of guest of user list and group

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions.inc.php

    r1908 r1926  
    645645    trigger_action('loading_lang');
    646646    @include_once(get_language_filepath('local.lang.php'));
    647     list($tmpl, $thm) = explode('/', $conf['default_template']);
     647    list($tmpl, $thm) = explode('/', get_default_template());
    648648    $template = new Template(PHPWG_ROOT_PATH.'template/'.$tmpl, $thm);
    649649  }
Note: See TracChangeset for help on using the changeset viewer.