projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix case in the function name (getUserObjectType)
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
cms
/
tslib
/
class.tslib_content.php
diff --git
a/typo3/sysext/cms/tslib/class.tslib_content.php
b/typo3/sysext/cms/tslib/class.tslib_content.php
index
63e14ea
..
220e385
100755
(executable)
--- a/
typo3/sysext/cms/tslib/class.tslib_content.php
+++ b/
typo3/sysext/cms/tslib/class.tslib_content.php
@@
-769,7
+769,7
@@
class tslib_cObj {
*
* @return mixed One of OBJECTTYPE_ class constants or false
*/
- public function get
u
serObjectType() {
+ public function get
U
serObjectType() {
return $this->userObjectType;
}