1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/11927] Prefix function with phpbb_

PHPBB3-11927
This commit is contained in:
Joas Schilling
2013-11-07 13:49:55 +01:00
parent 0e33c8d3d2
commit 95348c8f6d
3 changed files with 3 additions and 3 deletions

View File

@@ -1311,7 +1311,7 @@ class install_update extends module
}
}*/
if (!ignore_new_file_on_update($phpbb_root_path, $file))
if (!phpbb_ignore_new_file_on_update($phpbb_root_path, $file))
{
$this->get_custom_info($update_list['new'], $file);
$update_list['new'][] = array('filename' => $file, 'custom' => false);