fixed problem of cookie session path

fixed problem of undefined variable conf in upgrade_feed.php
fixed problem of undefined index is_the_guest of tab variable user

git-svn-id: http://piwigo.org/svn/trunk@1023 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou
2006-02-03 16:19:56 +00:00
parent ea572da688
commit dd8d571761
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -32,6 +32,7 @@ if (isset($_COOKIE[session_name()]))
if (isset($_SESSION['id']))
{
$user['id'] = $_SESSION['id'];
$user['is_the_guest'] = false;
}
else
{