diff options
author | Jakob Sack <kde@jakobsack.de> | 2011-04-17 20:00:07 +0200 |
---|---|---|
committer | Jakob Sack <kde@jakobsack.de> | 2011-04-17 20:00:07 +0200 |
commit | ee3d32b023642b675b66f0e14fa5747bc5671f95 (patch) | |
tree | ab33bc791cbaba0c2cb390fa90bcf0c6a5b43814 /files/index.php | |
parent | 47223ae2d98cf74101fd42a49d388ba48d01f80e (diff) | |
download | nextcloud-server-ee3d32b023642b675b66f0e14fa5747bc5671f95.tar.gz nextcloud-server-ee3d32b023642b675b66f0e14fa5747bc5671f95.zip |
Everything nice and active now
Diffstat (limited to 'files/index.php')
-rw-r--r-- | files/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/index.php b/files/index.php index c0f078bd215..2a78e8a438e 100644 --- a/files/index.php +++ b/files/index.php @@ -35,7 +35,7 @@ if( !OC_USER::isLoggedIn()){ // Load the files we need OC_UTIL::addStyle( "files", "files" ); OC_UTIL::addScript( "files", "files" ); - +OC_APP::setActiveNavigationEntry( "files_index" ); // Load the files $dir = isset( $_GET['dir'] ) ? $_GET['dir'] : ''; |