File: phpbb/avatar/driver/local.php
Unmodified
Added
Modified
Removed
Line 23 | Line 23 |
---|
*/ public function get_data($row) {
|
*/ public function get_data($row) {
|
$root_path = (defined('PHPBB_USE_BOARD_URL_PATH') && PHPBB_USE_BOARD_URL_PATH) ? generate_board_url() . '/' : $this->path_helper->get_web_root_path();
| $root_path = $this->path_helper->get_web_root_path();
|
return array( 'src' => $root_path . $this->config['avatar_gallery_path'] . '/' . $row['avatar'],
| return array( 'src' => $root_path . $this->config['avatar_gallery_path'] . '/' . $row['avatar'],
|