nach dem Update von 3.1.4 nach 3.1.5 spricht der Debugger an - beim Wechsel eines Benutzernamens.
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file [ROOT]/includes/mcp/mcp_post.php on line 541: Undefined variable: phpbb_dispatcher
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file [ROOT]/includes/mcp/mcp_post.php on line 541: Undefined variable: phpbb_dispatcher
root/includes/mcp/mcp_post.php
Code: Alles auswählen
/**
* Change a post's poster
*/
function change_poster(&$post_info, $userdata)
{
global $auth, $db, $config, $phpbb_root_path, $phpEx, $user;
Code: Alles auswählen
/**
* Change a post's poster
*/
function change_poster(&$post_info, $userdata)
{
global $auth, $db, $config, $phpbb_root_path, $phpEx, $user, $phpbb_dispatcher;