Merge branch 'QA_4_7'
This commit is contained in:
commit
b0393ce823
@ -2384,6 +2384,13 @@ class Util
|
||||
$classes = array()
|
||||
) {
|
||||
|
||||
// This is often coming from $cfg['MaxTableList'] and
|
||||
// people sometimes set it to empty string
|
||||
$max_count = intval($max_count);
|
||||
if ($max_count <= 0) {
|
||||
$max_count = 250;
|
||||
}
|
||||
|
||||
$class = $frame == 'frame_navigation' ? ' class="ajax"' : '';
|
||||
|
||||
$list_navigator_html = '';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user