1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

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();