Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-18 21:22:39 +0400
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-18 21:22:44 +0400
commit4c49a81c8e7f03e34edf12b876bfeca628fabd93 (patch)
treefbbc008ed1e361458ae71c26cf451537b8c6b248 /settings/help.php
parent594532da9a786bbb43fe7f24ee29e0668d4fcad1 (diff)
language updates, optimization of Help HTML
Diffstat (limited to 'settings/help.php')
-rw-r--r--settings/help.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/help.php b/settings/help.php
index 731ae09a0af..39dd83acc74 100644
--- a/settings/help.php
+++ b/settings/help.php
@@ -11,7 +11,7 @@ if( !OC_User::isLoggedIn()){
OC_Util::addStyle( "settings", "settings" );
OC_App::setActiveNavigationEntry( "help" );
-$pagesize=5;
+$pagesize=7;
if(isset($_GET['page'])) $page=$_GET['page']; else $page=0;
$kbe=OC_OCSClient::getKnownledgebaseEntries($page,$pagesize);
$totalitems=$kbe['totalitems'];