Commit d51a293c3c6edfefa835f54174bb15729da6bb11
1 parent
b7ef63da
changed case of webPageTemplate include
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1064 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/administration/admin.php
| ... | ... | @@ -5,7 +5,7 @@ require_once("../../../../config/dmsDefaults.php"); |
| 5 | 5 | if(checkSession()) { |
| 6 | 6 | |
| 7 | 7 | |
| 8 | - require_once("$default->fileSystemRoot/presentation/webPageTemplate.inc"); | |
| 8 | + require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); | |
| 9 | 9 | |
| 10 | 10 | $Center = " |
| 11 | 11 | <br></br> | ... | ... |