From 6db91dda579484a906bcdd24536a7c5af2d80b53 Mon Sep 17 00:00:00 2001 From: Dmitry Dulepov Date: Fri, 12 Sep 2008 07:05:28 +0000 Subject: [PATCH] Fix case in the function name (getUserObjectType) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4098 709f56b5-9817-0410-a4d7-c38de5d9e867 --- typo3/sysext/cms/tslib/class.tslib_content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/cms/tslib/class.tslib_content.php b/typo3/sysext/cms/tslib/class.tslib_content.php index 63e14eae50cb..220e3854946b 100755 --- 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 getuserObjectType() { + public function getUserObjectType() { return $this->userObjectType; } -- 2.20.1