]> source.dussan.org Git - nextcloud-server.git/commitdiff
cache the collection for the media player again
authorRobin Appelman <icewind1991@gmail.com>
Wed, 3 Aug 2011 13:36:47 +0000 (15:36 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Wed, 3 Aug 2011 13:36:47 +0000 (15:36 +0200)
apps/media/ajax/api.php

index 6014e4976c0e6eb7433a9c5893feffe322dc20ad..46f18b848e6481b044ad180fbd876aadf02c3cb6 100644 (file)
@@ -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':