]> source.dussan.org Git - nextcloud-server.git/commitdiff
Added missing "files" JS to files_trashbin module
authorVincent Petry <PVince81@yahoo.fr>
Thu, 29 Aug 2013 18:59:45 +0000 (20:59 +0200)
committerVincent Petry <pvince81@owncloud.com>
Fri, 13 Sep 2013 17:59:15 +0000 (19:59 +0200)
The recent refactoring for the breadcrumb resizing relies on the "Files"
object which is in the "files" Javascript file.

This fix includes it here as well.

apps/files_trashbin/index.php

index c28a88d541aaa7670695ce4005de401c043e6ec3..c9468b60bd4a79d1feda14f0630155cddbe62c92 100644 (file)
@@ -14,6 +14,7 @@ OCP\Util::addStyle('files', 'files');
 OCP\Util::addScript('files', 'filelist');
 // filelist overrides
 OCP\Util::addScript('files_trashbin', 'filelist');
+OCP\Util::addscript('files', 'files');
 
 $dir = isset($_GET['dir']) ? stripslashes($_GET['dir']) : '';