testData: Fix 'Show All Tests' button

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-09-24 13:26:49 +02:00
committed by Chris Morgan
parent c4736bf21c
commit c90d271886
2 changed files with 17 additions and 8 deletions

View File

@@ -963,6 +963,7 @@ class ObjectManager
$sReturn .= "<input type=\"hidden\" name=\"sClass\" value=\"".$this->sClass."\" />\n";
$sReturn .= "<input type=\"hidden\" name=\"sTitle\" value=\"".$this->sTitle."\" />\n";
$sReturn .= "<input type=\"hidden\" name=\"sReturnTo\" value=\"".$this->sReturnTo."\" />\n";
$sReturn .= "<input type=\"hidden\" name=\"iId\" value=\"".$this->iId."\" />\n";
if($this->oMultiPage->bEnabled)
{