Explorar el Código

UserMsgs change msg limit to 20

Piotr Labudda hace 10 años
padre
commit
78910f95f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      SE/se-lib/Route/UserMsgs.php

+ 1 - 1
SE/se-lib/Route/UserMsgs.php

@@ -7,7 +7,7 @@ Lib::loadClass('ProcesHelper');
 
 class Route_UserMsgs extends RouteBase {
 
-	var $_listLimit = 4;
+	var $_listLimit = 20;
 
 	public function handleAuth() {
 		if (!User::logged()) {