Fix include path (bug #1442008).

This commit is contained in:
Michal Čihař
2006-03-03 08:39:36 +00:00
parent c3c210f4ed
commit 0e01c5ba5c
2 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2006-03-03 Michal Čihař <michal@cihar.com>
* libraries/Theme_Manager.class.php: Fix include path (bug #1442008).
2006-03-02 Marc Delisle <lem9@users.sourceforge.net>
* libraries/session.inc.php and removed .htaccess:
bug #1411996: now we destroy an auto-started session

View File

@@ -2,7 +2,7 @@
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
require_once('libraries/Theme.class.php');
require_once('./libraries/Theme.class.php');
class PMA_Theme_Manager {
@@ -287,4 +287,4 @@ class PMA_Theme_Manager {
} // end 'open themes'
}
}
?>
?>