diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-08-17 23:38:26 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-08-17 23:38:26 +0200 |
commit | d38929fb10b1a140586433c79f121b428d2b44ac (patch) | |
tree | 4399c15fb158f7d66506b1eda2e8abfccaf564c5 /apps | |
parent | 29b6dd53a095fd4140bf68a5ba7a4fd57c04a82d (diff) | |
download | nextcloud-server-d38929fb10b1a140586433c79f121b428d2b44ac.tar.gz nextcloud-server-d38929fb10b1a140586433c79f121b428d2b44ac.zip |
Fix spacing of all touched lines.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/ajax/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/ajax/list.php b/apps/files/ajax/list.php index b2975790a10..c50e96b2429 100644 --- a/apps/files/ajax/list.php +++ b/apps/files/ajax/list.php @@ -10,7 +10,7 @@ OCP\JSON::checkLoggedIn(); // Load the files $dir = isset( $_GET['dir'] ) ? $_GET['dir'] : ''; -$doBreadcrumb = isset( $_GET['breadcrumb'] ); +$doBreadcrumb = isset($_GET['breadcrumb']); $data = array(); // Make breadcrumb |