Fixed PHP warnings
This commit is contained in:
parent
1b766d9e3e
commit
a3cce922e3
|
@ -495,6 +495,7 @@ if ($paginate_module) {
|
||||||
ui_pagination($total_modules, $url);
|
ui_pagination($total_modules, $url);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$table = new stdClass();
|
||||||
$table->width = '100%';
|
$table->width = '100%';
|
||||||
$table->class = 'databox data';
|
$table->class = 'databox data';
|
||||||
$table->head = array ();
|
$table->head = array ();
|
||||||
|
|
Loading…
Reference in New Issue