diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-10-17 15:13:35 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-10-17 15:13:35 -0400 |
commit | bb09cd9c8e76ac3af848d09db8ea1928dab66158 (patch) | |
tree | 8b8bc514928cab347f5965ce1c81b8c367d0a6e0 /phpBB/includes/functions.php | |
parent | c630480ca1a426cb0897be35626baac2694fccf5 (diff) | |
download | forums-bb09cd9c8e76ac3af848d09db8ea1928dab66158.tar forums-bb09cd9c8e76ac3af848d09db8ea1928dab66158.tar.gz forums-bb09cd9c8e76ac3af848d09db8ea1928dab66158.tar.bz2 forums-bb09cd9c8e76ac3af848d09db8ea1928dab66158.tar.xz forums-bb09cd9c8e76ac3af848d09db8ea1928dab66158.zip |
[ticket/10848] Add phpbb_ prefix.
PHPBB3-10848
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 2391b45038..65d8be32ad 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1182,7 +1182,7 @@ else * @param string $path Path to clean * @return string Cleaned path */ -function clean_path($path) +function phpbb_clean_path($path) { $exploded = explode('/', $path); $filtered = array(); |