﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
2004	admin/includes/application_top.php - Spracheinbindung	Volker Strähle	somebody	"In obiger Datei steht

{{{
if (is_file(DIR_FS_LANGUAGES . $_SESSION['language'] . '/admin/' . $current_page)) {
  require(DIR_FS_LANGUAGES . $_SESSION['language'] . '/admin/' . $current_page);
}
}}}

Schlage vor das zu ändern in 
{{{
if (is_file(DIR_FS_LANGUAGES . $_SESSION['language'] . '/admin/' . $current_page)) {
  require_once(DIR_FS_LANGUAGES . $_SESSION['language'] . '/admin/' . $current_page);
}
}}}

Das gibt die Möglichkeit eine vorhandene Sprachdatei in anderen Modulen einzubinden."	Erweiterung	closed	normal	modified-shop-2.0.6.0	Admin	trunk	fixed				
