mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
b53a0c8041
commit
2e40ba022d
1 changed files with 1 additions and 1 deletions
|
@ -1900,7 +1900,7 @@ function set_user_message_limit()
|
||||||
*/
|
*/
|
||||||
function get_recipient_strings($pm_by_id)
|
function get_recipient_strings($pm_by_id)
|
||||||
{
|
{
|
||||||
global $user, $db;
|
global $db, $phpbb_root_path, $phpEx, $user;
|
||||||
|
|
||||||
$address_list = $recipient_list = $address = array();
|
$address_list = $recipient_list = $address = array();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue