objectManager: Add action var to form tag when adding entries

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-10-21 13:24:39 +02:00
committed by Chris Morgan
parent fb2c29e4ee
commit 9770cc9583

View File

@@ -758,7 +758,9 @@ class ObjectManager
$oObject->objectDisplayAddItemHelp(); $oObject->objectDisplayAddItemHelp();
} }
echo "<form method=\"post\">\n"; echo "<form method=\"post\" action=\"".$this->makeUrl("add")."\">\n";
echo $this->makeUrlFormData();
$aVars = $this->get_custom_vars($aClean, "add"); $aVars = $this->get_custom_vars($aClean, "add");