diff options
author | Clark Tomlinson <fallen013@gmail.com> | 2015-03-31 12:21:30 -0400 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-07 13:30:29 +0200 |
commit | ea6b53042d8464792c5ce7545d618f90128c914d (patch) | |
tree | 63f9b452a43c6ac17256dbbf5588be6eb0a6b9fe /apps/encryption/tests | |
parent | 48e3864c779a6ac6a8222a5d7afbb91a1a84996d (diff) | |
download | nextcloud-server-ea6b53042d8464792c5ce7545d618f90128c914d.tar.gz nextcloud-server-ea6b53042d8464792c5ce7545d618f90128c914d.zip |
fixing test helper and undoing fubar in class...
Diffstat (limited to 'apps/encryption/tests')
-rw-r--r-- | apps/encryption/tests/lib/SessionTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/tests/lib/SessionTest.php b/apps/encryption/tests/lib/SessionTest.php index ea7ddf37a4b..dbf3ecc45a1 100644 --- a/apps/encryption/tests/lib/SessionTest.php +++ b/apps/encryption/tests/lib/SessionTest.php @@ -104,7 +104,7 @@ class SessionTest extends TestCase { if (!empty(self::$tempStorage[$key])) { return self::$tempStorage[$key]; } - return false; + return null; } /** |