summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2013-08-17 10:33:11 +0200
committerMorris Jobke <morris.jobke@gmail.com>2013-08-17 10:33:11 +0200
commit746d32eb059267799af8c5797850a6843e04d19f (patch)
treeab6ef691b57741dbd072af7190f274ceeff02603
parent837cefd8a3a7540b37afb42312f1397baa70c3ac (diff)
downloadnextcloud-server-746d32eb059267799af8c5797850a6843e04d19f.tar.gz
nextcloud-server-746d32eb059267799af8c5797850a6843e04d19f.zip
fix difference between packaged version and master
-rw-r--r--core/doc/admin/index.html (renamed from core/doc/admin/index.php)0
-rw-r--r--core/doc/user/index.html (renamed from core/doc/user/index.php)0
-rw-r--r--settings/help.php4
3 files changed, 2 insertions, 2 deletions
diff --git a/core/doc/admin/index.php b/core/doc/admin/index.html
index 7785f2ce2f1..7785f2ce2f1 100644
--- a/core/doc/admin/index.php
+++ b/core/doc/admin/index.html
diff --git a/core/doc/user/index.php b/core/doc/user/index.html
index ede62f05aee..ede62f05aee 100644
--- a/core/doc/user/index.php
+++ b/core/doc/user/index.html
diff --git a/settings/help.php b/settings/help.php
index 713b23f7857..88693939b84 100644
--- a/settings/help.php
+++ b/settings/help.php
@@ -14,11 +14,11 @@ OC_App::setActiveNavigationEntry( "help" );
if(isset($_GET['mode']) and $_GET['mode'] === 'admin') {
- $url=OC_Helper::linkToAbsolute( 'core', 'doc/admin' );
+ $url=OC_Helper::linkToAbsolute( 'core', 'doc/admin/index.html' );
$style1='';
$style2=' pressed';
}else{
- $url=OC_Helper::linkToAbsolute( 'core', 'doc/user' );
+ $url=OC_Helper::linkToAbsolute( 'core', 'doc/user/index.html' );
$style1=' pressed';
$style2='';
}