Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
fixes: No module "" could be found. In TYPO3 6.2.x
Browse files Browse the repository at this point in the history
Resolves: #58814
  • Loading branch information
Dietrich Heise committed May 15, 2014
1 parent a5c1edf commit 3b35573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modLog/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ function jumpToUrl(URL) {
$this->content.=$this->doc->startPage($LANG->getLL('title'));
$this->content.=$this->doc->header($LANG->getLL('title'));
$this->content.=$this->doc->spacer(5);
$this->content.=$this->doc->section('',$this->doc->funcMenu($headerSection,t3lib_BEfunc::getFuncMenu($this->id,'SET[mode]',$this->MOD_SETTINGS['mode'],$this->MOD_MENU['mode'])));
$this->content.=$this->doc->section('',$this->doc->funcMenu('',t3lib_BEfunc::getFuncMenu($this->id,'SET[users]',$this->MOD_SETTINGS['users'],$this->MOD_MENU['users'])));
$this->content.=$this->doc->section('',$this->doc->funcMenu($headerSection,t3lib_BEfunc::getFuncMenu($this->id,'SET[mode]',$this->MOD_SETTINGS['mode'],$this->MOD_MENU['mode'],'index.php')));
$this->content.=$this->doc->section('',$this->doc->funcMenu('',t3lib_BEfunc::getFuncMenu($this->id,'SET[users]',$this->MOD_SETTINGS['users'],$this->MOD_MENU['users'],'index.php')));


if (1 == (int)$this->MOD_SETTINGS['mode']) {
Expand Down

0 comments on commit 3b35573

Please sign in to comment.