Commit 1751c5ccff5240243707f77d0ca97d310573750a
1 parent
55ff6803
adding missing Subscription require
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1221 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
0 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php
| ... | ... | @@ -43,6 +43,8 @@ require_once("$default->fileSystemRoot/lib/visualpatterns/PatternCustom.inc"); |
| 43 | 43 | require_once("$default->fileSystemRoot/lib/visualpatterns/PatternListFromQuery.inc"); |
| 44 | 44 | require_once("$default->fileSystemRoot/lib/visualpatterns/PatternTableSqlQuery.inc"); |
| 45 | 45 | |
| 46 | +require_once("$default->fileSystemRoot/lib/subscriptions/Subscription.inc"); | |
| 47 | + | |
| 46 | 48 | require_once("$default->fileSystemRoot/presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc"); |
| 47 | 49 | require_once("$default->fileSystemRoot/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc"); |
| 48 | 50 | require_once("$default->fileSystemRoot/presentation/lookAndFeel/knowledgeTree/foldermanagement/folderUI.inc"); | ... | ... |