Merge branch 'QA_4_7'
This commit is contained in:
commit
2823d27cd3
@ -404,7 +404,7 @@ class PmdCommon
|
||||
DatabaseInterface::CONNECT_CONTROL,
|
||||
DatabaseInterface::QUERY_STORE
|
||||
);
|
||||
if (count($min_page_no[0])) {
|
||||
if (isset($min_page_no[0]) && count($min_page_no[0])) {
|
||||
$page_no = $min_page_no[0];
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user