mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user