projects
/
Packages
/
TYPO3.CMS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79d01a8
)
Follow-up to bug #13739: CGL false=>FALSE
author
Ernesto Baschny
<ernst@cron-it.de>
Thu, 18 Mar 2010 09:33:40 +0000
(09:33 +0000)
committer
Ernesto Baschny
<ernst@cron-it.de>
Thu, 18 Mar 2010 09:33:40 +0000
(09:33 +0000)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7129
709f56b5
-9817-0410-a4d7-
c38de5d9e867
t3lib/class.t3lib_befunc.php
patch
|
blob
|
history
diff --git
a/t3lib/class.t3lib_befunc.php
b/t3lib/class.t3lib_befunc.php
index
0bdc1c8
..
fe37a5d
100644
(file)
--- a/
t3lib/class.t3lib_befunc.php
+++ b/
t3lib/class.t3lib_befunc.php
@@
-2649,7
+2649,7
@@
final class t3lib_BEfunc {
// check if we need to preview a mount point
$sys_page = t3lib_div::makeInstance('t3lib_pageSelect');
- $sys_page->init(
false
);
+ $sys_page->init(
FALSE
);
$mountPointInfo = $sys_page->getMountPointInfo($id);
if ($mountPointInfo) {
$id = $mountPointInfo['mount_pid'];