avoid error Call to a member function getThemeUniqueValue() on a non-object

This commit is contained in:
Marc Delisle
2008-10-04 15:06:00 +00:00
parent 65e48911de
commit 2fae2ca8f9

View File

@@ -409,7 +409,9 @@ function PMA_auth_check()
// -> delete his choices that were stored in session // -> delete his choices that were stored in session
// according to the PHP manual we should do this before the destroy: // according to the PHP manual we should do this before the destroy:
$_SESSION = array(); //$_SESSION = array();
// but we still need some parts of the session information
// in libraries/header_meta_style.inc.php
session_destroy(); session_destroy();
// -> delete password cookie(s) // -> delete password cookie(s)