summaryrefslogtreecommitdiffstats
path: root/lib/app.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-08-29 20:34:44 +0200
committerBart Visscher <bartv@thisnet.nl>2012-08-29 20:34:44 +0200
commitdb18218a1bba86e364fd4fec08c2e1a0eb4e7b16 (patch)
treecfa630c22ea74e3d6bd6258b78776a1d8b5c84bd /lib/app.php
parent9e32e0730644a4340b2f88b0d8750fd1f8e8903a (diff)
downloadnextcloud-server-db18218a1bba86e364fd4fec08c2e1a0eb4e7b16.tar.gz
nextcloud-server-db18218a1bba86e364fd4fec08c2e1a0eb4e7b16.zip
Space before tab fixes
Diffstat (limited to 'lib/app.php')
-rwxr-xr-xlib/app.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/app.php b/lib/app.php
index 74315903467..f6708ecb3df 100755
--- a/lib/app.php
+++ b/lib/app.php
@@ -286,7 +286,7 @@ class OC_App{
if(OC_Config::getValue('knowledgebaseenabled', true)==true){
$settings = array(
array( "id" => "help", "order" => 1000, "href" => OC_Helper::linkTo( "settings", "help.php" ), "name" => $l->t("Help"), "icon" => OC_Helper::imagePath( "settings", "help.svg" ))
- );
+ );
}
// if the user is logged-in
@@ -313,7 +313,7 @@ class OC_App{
$settings[]=array( "id" => "admin", "order" => 1000, "href" => OC_Helper::linkTo( "settings", "admin.php" ), "name" => $l->t("Admin"), "icon" => OC_Helper::imagePath( "settings", "admin.svg" ));
}
- }
+ }
$navigation = self::proceedNavigation($settings);
return $navigation;