From: Robin Appelman Date: Wed, 3 Aug 2011 13:36:47 +0000 (+0200) Subject: cache the collection for the media player again X-Git-Tag: v3.0~267^2~288 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4851a55c1d6824a0c46636f7a8749ad2418e1b4a;p=nextcloud-server.git cache the collection for the media player again --- diff --git a/apps/media/ajax/api.php b/apps/media/ajax/api.php index 6014e4976c0..46f18b848e6 100644 --- a/apps/media/ajax/api.php +++ b/apps/media/ajax/api.php @@ -53,7 +53,6 @@ if(!isset($arguments['search'])){ $arguments['search']=''; } OC_MEDIA_COLLECTION::$uid=OC_User::getUser(); -unset($_SESSION['collection']); if($arguments['action']){ switch($arguments['action']){ case 'delete':