]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove undefined crumb variable from home breadcrumb
authorMichael Gapczynski <mtgap@owncloud.com>
Tue, 5 Feb 2013 01:40:16 +0000 (20:40 -0500)
committerMichael Gapczynski <mtgap@owncloud.com>
Tue, 5 Feb 2013 01:40:16 +0000 (20:40 -0500)
apps/files/templates/part.breadcrumb.php

index e506ba31f6a1d3b9768f51c4a0cacf07a12c0c26..8778915be846f556c135ff7b2e8fc6f838a6e56a 100644 (file)
@@ -1,6 +1,6 @@
 <?php if(count($_["breadcrumb"])):?>
        <div class="crumb">
-               <a href="<?php echo $_['baseURL'].urlencode($crumb['dir']); ?>">
+               <a href="<?php echo $_['baseURL']; ?>">
                        <img src="<?php echo OCP\image_path('core','places/home.svg');?>" />
                </a>
        </div>