diff options
author | Chris Smith <toonarmy@phpbb.com> | 2010-03-06 18:02:26 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2010-03-18 21:07:19 +0000 |
commit | b64686073aaeb00feaf9d285c8cf62f3e677544b (patch) | |
tree | 56cd1ec07b1260691a4c8b9017c7002fc0c50ef5 /phpBB/includes/functions.php | |
parent | 568fb83373361abb8c9f3886fee944a8d9e5f66d (diff) | |
download | forums-b64686073aaeb00feaf9d285c8cf62f3e677544b.tar forums-b64686073aaeb00feaf9d285c8cf62f3e677544b.tar.gz forums-b64686073aaeb00feaf9d285c8cf62f3e677544b.tar.bz2 forums-b64686073aaeb00feaf9d285c8cf62f3e677544b.tar.xz forums-b64686073aaeb00feaf9d285c8cf62f3e677544b.zip |
[bug/58685] Correct spelling errors in append_sid() comments.
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 917433a970..ce1f5f5462 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2139,8 +2139,8 @@ function append_sid($url, $params = false, $is_amp = true, $session_id = false) { global $_SID, $_EXTRA_URL, $phpbb_hook; - // Developers using the hook function need to globalise the $_SID and $_EXTRA_URL on their own and also handle it appropiatly. - // They could mimick most of what is within this function + // Developers using the hook function need to globalise the $_SID and $_EXTRA_URL on their own and also handle it appropriately. + // They could mimic most of what is within this function if (!empty($phpbb_hook) && $phpbb_hook->call_hook(__FUNCTION__, $url, $params, $is_amp, $session_id)) { if ($phpbb_hook->hook_return(__FUNCTION__)) |