Fix Bug #51655 - Missing global vars phpbb_root_path & phpEx

Authorised by: AcydBurn

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10165 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Joas Schilling 2009-09-19 12:21:39 +00:00
parent b53a0c8041
commit 2e40ba022d

View file

@ -1900,7 +1900,7 @@ function set_user_message_limit()
*/
function get_recipient_strings($pm_by_id)
{
global $user, $db;
global $db, $phpbb_root_path, $phpEx, $user;
$address_list = $recipient_list = $address = array();