diff options
author | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-10-16 15:41:00 +0200 |
---|---|---|
committer | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-10-16 15:41:00 +0200 |
commit | 9ce15667d5351f21cc88598bb9a5fc757be3213a (patch) | |
tree | e360fa927bed6236f8d071a6ba44ae2dfb7c7042 /lib | |
parent | 512d226d43152bb809cbe76c0ef8f6189f47da00 (diff) | |
parent | 323a98adb79b84192085208798525be831b33e81 (diff) | |
download | nextcloud-server-9ce15667d5351f21cc88598bb9a5fc757be3213a.tar.gz nextcloud-server-9ce15667d5351f21cc88598bb9a5fc757be3213a.zip |
Merge branch 'calendar' of gitorious.org:owncloud/owncloud
Diffstat (limited to 'lib')
-rw-r--r-- | lib/filesystem.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/filesystem.php b/lib/filesystem.php index b97fa8d784a..f84cda20eac 100644 --- a/lib/filesystem.php +++ b/lib/filesystem.php @@ -441,6 +441,10 @@ class OC_Filesystem{ return $files; } + + static public function update_session_file_hash($sessionname,$sessionvalue){ + $_SESSION[$sessionname] = $sessionvalue; + } /** * abstraction for running most basic operations |