diff options
| author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-24 12:57:07 +0000 | 
|---|---|---|
| committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-24 12:57:07 +0000 | 
| commit | 6ad59d0973fb139968176a5a9909cc621e767440 (patch) | |
| tree | 06f65484e69120ed54a055ad1d6410b36bb65d3a | |
| parent | 1f2737677e002d12a4bc261743aa46db5affc40b (diff) | |
| download | elgg-6ad59d0973fb139968176a5a9909cc621e767440.tar.gz elgg-6ad59d0973fb139968176a5a9909cc621e767440.tar.bz2  | |
Update plugins list so 50 display on a page
git-svn-id: https://code.elgg.org/elgg/trunk@1102 36083f99-b078-4883-b0ff-0f9b5a30f544
| -rw-r--r-- | views/default/admin/plugins.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/admin/plugins.php b/views/default/admin/plugins.php index fe53380a4..8850a04af 100644 --- a/views/default/admin/plugins.php +++ b/views/default/admin/plugins.php @@ -14,7 +14,7 @@  	// Description of what's going on  		echo "<p>" . nl2br(elgg_echo("admin:plugins:description")) . "</p>"; -		$limit = get_input('limit', 10); +		$limit = get_input('limit', 50);  		$offset = get_input('offset', 0);  | 
