diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-02-19 20:50:15 -0500 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-02-19 20:54:34 -0500 |
| commit | f3ab9da0e9a79948f4ae87f1f960792daa90853f (patch) | |
| tree | 7b38c75fe51278e1f2b5f48c7e730882c86050bb /tests/session/continue_test.php | |
| parent | 26b922ac3f220902bb527426039c552a0bcb8f5c (diff) | |
| download | forums-f3ab9da0e9a79948f4ae87f1f960792daa90853f.tar forums-f3ab9da0e9a79948f4ae87f1f960792daa90853f.tar.gz forums-f3ab9da0e9a79948f4ae87f1f960792daa90853f.tar.bz2 forums-f3ab9da0e9a79948f4ae87f1f960792daa90853f.tar.xz forums-f3ab9da0e9a79948f4ae87f1f960792daa90853f.zip | |
[ticket/10049] Globalize $_SID.
PHPBB3-10049
Diffstat (limited to 'tests/session/continue_test.php')
| -rw-r--r-- | tests/session/continue_test.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/session/continue_test.php b/tests/session/continue_test.php index 8debb10175..e5b2b7258e 100644 --- a/tests/session/continue_test.php +++ b/tests/session/continue_test.php @@ -19,6 +19,7 @@ class phpbb_session_continue_test extends phpbb_database_test_case static public function session_begin_attempts() { + global $_SID; return array( array( 'bar_session', '4', 'user agent', |
