Commit 52d3da793b8a6d72145c09eef9db602c7e1a8b0f

Authored by Michael Joseph
1 parent 16df6007

set form action to php_self


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@573 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php
... ... @@ -172,7 +172,7 @@ if (checkSession()) {
172 172 stopTable());
173 173  
174 174 $main->setCentralPayload($oContent);
175   -
  175 + $main->setFormAction($_SERVER["PHP_SELF"]);
176 176 $main->render();
177 177  
178 178 } else {
... ...