diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php
index 0f14c64dc1ad2add166ae8b0ca9354722b79bc69..cba76d72e6c663dc3f352ce7380f1696e5897df1 100644
--- a/htdocs/comm/action/index.php
+++ b/htdocs/comm/action/index.php
@@ -40,7 +40,7 @@ $showbirthday = GETPOST("showbirthday","int")?GETPOST("showbirthday","int"):0;
 
 $sortfield = GETPOST("sortfield");
 $sortorder = GETPOST("sortorder");
-$page = GETPOST("page","int");
+$page = GETPOST("page");
 if ($page == -1) { $page = 0 ; }
 $limit = $conf->liste_limit;
 $offset = $limit * $page ;