oops. Accidentally committed a change in default no of category items displayed which I'd changed for debug purposes. Reverting change.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
// number of categories to display on page
|
||||
define("QUESTION_PAGE_LENGTH", 2);
|
||||
define("QUESTION_PAGE_LENGTH", 20);
|
||||
|
||||
require_once("$CFG->libdir/listlib.php");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user