diff options
author | Nils Adermann <naderman@naderman.de> | 2010-03-18 22:13:25 +0100 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2010-03-18 22:13:25 +0100 |
commit | b3ff3be0dc56fdf32a7ae34b271b9016efa99c3b (patch) | |
tree | a95fc0e2c955e885b60097f1ddee8a06389de2c1 | |
parent | c6870ac3feb8e911e523f3935621fc89585d26cd (diff) | |
parent | b64686073aaeb00feaf9d285c8cf62f3e677544b (diff) | |
download | forums-b3ff3be0dc56fdf32a7ae34b271b9016efa99c3b.tar forums-b3ff3be0dc56fdf32a7ae34b271b9016efa99c3b.tar.gz forums-b3ff3be0dc56fdf32a7ae34b271b9016efa99c3b.tar.bz2 forums-b3ff3be0dc56fdf32a7ae34b271b9016efa99c3b.tar.xz forums-b3ff3be0dc56fdf32a7ae34b271b9016efa99c3b.zip |
Merge branch 'bug/cs278/58685' into develop-olympus
* bug/cs278/58685:
[bug/58685] Correct spelling errors in append_sid() comments.
-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__)) |