瀏覽代碼

[svn r19221] return default pagination item to 10

Juan Carlos Raña 16 年之前
父節點
當前提交
5a1be1feb8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/inc/config.base.php

+ 1 - 1
main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/inc/config.base.php

@@ -204,7 +204,7 @@
 	define('CONFIG_EDITOR_NAME', (CONFIG_QUERY_STRING_ENABLE && !empty($_GET['editor'])?secureFileName($_GET['editor']):'fckeditor')); // run mode fckeditor (Dokeos editor)
 	define('CONFIG_THEME_NAME', (CONFIG_QUERY_STRING_ENABLE && !empty($_GET['theme'])?secureFileName($_GET['theme']):'default'));  //change the theme to your custom theme rather than default
 	define('CONFIG_DEFAULT_VIEW', (CONFIG_SYS_THUMBNAIL_VIEW_ENABLE?'detail':'detail')); //thumnail or detail
-	define('CONFIG_DEFAULT_PAGINATION_LIMIT', 100);// change 10 by 100 because there may be hidden directories that are counted
+	define('CONFIG_DEFAULT_PAGINATION_LIMIT', 10);
 	define('CONFIG_LOAD_DOC_LATTER', false); //all documents will be loaded up after the template has been loaded to the client