Skip to content

Commit

Permalink
Fix for GenericDataAdmin to support new controller model
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@40419 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
Sam Minnee committed Aug 17, 2007
1 parent 1c2f309 commit 75804f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/GenericDataAdmin.php
Expand Up @@ -250,7 +250,7 @@ function Results() {

function getResults() {
if(Director::is_ajax()) {
echo $this->Results();
return $this->Results();
} else {
return $this->Results();
}
Expand Down

0 comments on commit 75804f6

Please sign in to comment.