Project

General

Profile

Actions

Bug #37478

closed

Wrong path in EXT:cms/ext_autoload.php

Added by Georg Ringer almost 12 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2012-05-25
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

there is an entry in the ext_autoload.php file which got a wrong path

'tx_cms_backendlayout' => PATH_tslib . 'classes/class.tx_cms_backendlayout.php',

file is not inside tslib but one directory above.

how to fix?
would it be ok to change it to

'tx_cms_backendlayout' => PATH_tslib . '../classes/class.tx_cms_backendlayout.php',

Actions #1

Updated by Helmut Hummel almost 12 years ago

Georg Ringer wrote:

how to fix?
would it be ok to change it to
[...]

Yes, of course, go ahead...

Actions #2

Updated by Gerrit Code Review over 11 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13837

Actions #3

Updated by Georg Ringer over 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF