Project

General

Profile

Actions

Bug #14693

closed

CLI-API script cannot init - BEUser not found

Added by Jose Antonio about 19 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2005-04-20
Due date:
% Done:

0%

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

Description

A script using CLI-API can't find its BE-User due to a bug in t3lib/class.t3lib_beuserauth.php.

Buggy code:

function setBeUserByName($name)    {
$this->user = $this->getRawUserByName($uid);
}

Fixed code:

function setBeUserByName($name)    {
$this->user = $this->getRawUserByName($name);
}

(issue imported from #M1008)

Actions

Also available in: Atom PDF