mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 02:33:02 +02:00
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 git-svn-id: http://piwigo.org/svn/trunk@1926 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -644,7 +644,7 @@ function redirect_html( $url , $msg = '', $refresh_time = 0)
|
||||
include_once(get_language_filepath('common.lang.php'));
|
||||
trigger_action('loading_lang');
|
||||
@include_once(get_language_filepath('local.lang.php'));
|
||||
list($tmpl, $thm) = explode('/', $conf['default_template']);
|
||||
list($tmpl, $thm) = explode('/', get_default_template());
|
||||
$template = new Template(PHPWG_ROOT_PATH.'template/'.$tmpl, $thm);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user