BUGFIX php notices

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@58135 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-07-16 04:54:49 +00:00
parent 762b36b16b
commit ed27d39e09

View File

@ -355,6 +355,7 @@ HTML
$join = ''; $join = '';
$filter = ''; $filter = '';
$sort = ''; $sort = '';
$orclause = '';
if($this->filter){ if($this->filter){
$i=0; $i=0;