Commit 4c6a97c396a2f22eba052165c98a2e3164f29523
1 parent
1729fca7
minor fixes to comparison.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5860 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
3 additions
and
0 deletions
view.php
| @@ -66,6 +66,9 @@ class ViewDocumentDispatcher extends KTStandardDispatcher { | @@ -66,6 +66,9 @@ class ViewDocumentDispatcher extends KTStandardDispatcher { | ||
| 66 | 66 | ||
| 67 | function check() { | 67 | function check() { |
| 68 | if (!parent::check()) { return false; } | 68 | if (!parent::check()) { return false; } |
| 69 | + | ||
| 70 | + $this->persistParams(array('fDocumentId')); | ||
| 71 | + | ||
| 69 | return true; | 72 | return true; |
| 70 | } | 73 | } |
| 71 | 74 |