Commit 52d3da793b8a6d72145c09eef9db602c7e1a8b0f
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
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php
| @@ -172,7 +172,7 @@ if (checkSession()) { | @@ -172,7 +172,7 @@ if (checkSession()) { | ||
| 172 | stopTable()); | 172 | stopTable()); |
| 173 | 173 | ||
| 174 | $main->setCentralPayload($oContent); | 174 | $main->setCentralPayload($oContent); |
| 175 | - | 175 | + $main->setFormAction($_SERVER["PHP_SELF"]); |
| 176 | $main->render(); | 176 | $main->render(); |
| 177 | 177 | ||
| 178 | } else { | 178 | } else { |