Browse Source

fixing links docu/ ->doc/

tags/v5.0.0alpha1
Thomas Mueller 11 years ago
parent
commit
e7c288a719
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      settings/help.php

+ 2
- 2
settings/help.php View File

@@ -14,11 +14,11 @@ OC_App::setActiveNavigationEntry( "help" );


if(isset($_GET['mode']) and $_GET['mode']=='admin') {
$url=OC_Helper::linkToAbsolute( 'core', 'docu/admin' );
$url=OC_Helper::linkToAbsolute( 'core', 'doc/admin' );
$style1='';
$style2=' pressed';
}else{
$url=OC_Helper::linkToAbsolute( 'core', 'docu/user' );
$url=OC_Helper::linkToAbsolute( 'core', 'doc/user' );
$style1=' pressed';
$style2='';
}

Loading…
Cancel
Save