Index: trunk/kernel/include/image.php =================================================================== diff -u -r3330 -r3476 --- trunk/kernel/include/image.php (.../image.php) (revision 3330) +++ trunk/kernel/include/image.php (.../image.php) (revision 3476) @@ -655,8 +655,10 @@ function clsImageList() { + global $objConfig; $this->clsItemCollection(); $this->PerPageVar = "Perpage_Images"; + $this->PerPage = $objConfig->Get($this->PerPageVar); $this->SourceTable = GetTablePrefix()."Images"; $this->classname = "clsImage"; }