Skip to content
Snippets Groups Projects
Commit da4a50fa authored by Benni Mack's avatar Benni Mack
Browse files

Fixed bug 10536: Hardcoded backend main dir in...

Fixed bug 10536: Hardcoded backend main dir in typo3/classes/class.typo3logo.php (Thanks to Christian Kuhn)


git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5076 709f56b5-9817-0410-a4d7-c38de5d9e867
parent 1d4c1f30
No related merge requests found
2009-02-27 Benjamin Mack <benni@typo3.org>
* Fixed bug 10536: Hardcoded backend main dir in typo3/classes/class.typo3logo.php (Thanks to Christian Kuhn)
* Fixed Bug #3871: Hardcoded css for versioning symbol in list module (Thanks to Christian Kuhn)
* Fixed #10490: Code cleanup/Bugfix: Add some sql_free_result to the admin_get_* functions (Thanks to Oliver Klee)
......
......@@ -60,7 +60,7 @@ class TYPO3Logo {
// overwrite
$logoFile = $this->logo;
}
$imgInfo = getimagesize(PATH_site.'typo3/'.$logoFile);
$imgInfo = getimagesize(PATH_site . TYPO3_mainDir . $logoFile);
$logo = '<a href="http://www.typo3.com/" target="_blank" onclick="'.$GLOBALS['TBE_TEMPLATE']->thisBlur().'">'.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment