Skip to content

Commit

Permalink
FIX articlePerPages set to 50 at install
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Mar 20, 2016
1 parent c0caf1e commit f2ae17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$configurationManager = new Configuration();
$configurationManager->change('articlePerPages','50');
$configurationManager->put('articlePerPages','50');

?>

0 comments on commit f2ae17c

Please sign in to comment.