Bug #18162
FE editing fails due to undefined methos in t3lib_BEfunc
Status: | Closed | Start date: | 2008-02-07 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Jeff Segars | % Done: | 0% |
|
Category: | Communication | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.2 | Is Regression: | ||
PHP Version: | 4.3 | Sprint Focus: | ||
Complexity: |
Description
Fatal error: Call to undefined method t3lib_BEfunc::getbackendinterface() in /home/web/typo3/typo3_svn/TYPO3core/trunk/t3lib/class.t3lib_tsfebeuserauth.php on line 432
Seems like this was caused by SVN rev. 3069
(issue imported from #M7449)
Related issues
History
#1 Updated by Oliver Hader over 7 years ago
getBackendInterface should be getBackendScript
#2 Updated by Jeff Segars over 7 years ago
Thanks Olly! Was just about to fix this one myself....
#3 Updated by Oliver Hader over 7 years ago
You can take over this issue and commit it directly if you want.
#4 Updated by Jeff Segars over 7 years ago
Will do....
#5 Updated by Jeff Segars over 7 years ago
Committed to 4.2 branch and trunk.