Fix include path (bug #1442008).
This commit is contained in:
@@ -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
|
||||
|
@@ -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'
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user