Commit 4e09cb49 authored by Marius Cramer's avatar Marius Cramer
Browse files

Fixed strict warnings because of missing function argument

parent e20f18f3
......@@ -55,7 +55,7 @@ class list_action extends listform_actions {
return $rec;
}
function getQueryString() {
function getQueryString($no_limit = false) {
global $app;
$sql_where = '';
......
......@@ -80,7 +80,7 @@ class list_action extends listform_actions {
$app->tpl->pparse();
}
function getQueryString() {
function getQueryString($no_limit = false) {
global $app;
$sql_where = '';
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment