MINOR Fixed handleRequest() usage in GridFieldPopupForms

This commit is contained in:
Ingo Schommer 2012-03-06 01:20:53 +01:00
parent 9bbac335c4
commit 4253950b4c

View File

@ -73,7 +73,7 @@ class GridFieldPopupForms implements GridField_URLHandler {
$handler = Object::create($class, $gridField, $this, $record, $controller, $this->name);
$handler->setTemplate($this->template);
return $handler->handleRequest($request, $gridField);
return $handler->handleRequest($request, DataModel::inst());
}
/**