Commit 159a6b061ed4d834ea999a6fa8f80c7231e139b3
1 parent
e1a0dc0f
KTS-3399
"A missing definition for KTLookupWidget in /plugins/ktcore/admin/manageViews.php" Fixed. Added missing require file. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8622 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
1 deletions
plugins/ktcore/admin/manageViews.php
| ... | ... | @@ -37,6 +37,7 @@ |
| 37 | 37 | |
| 38 | 38 | require_once(KT_LIB_DIR . '/templating/templating.inc.php'); |
| 39 | 39 | require_once(KT_LIB_DIR . '/widgets/reorderdisplay.inc.php'); |
| 40 | +require_once(KT_LIB_DIR . '/widgets/fieldWidgets.php'); | |
| 40 | 41 | require_once(KT_LIB_DIR . '/dispatcher.inc.php'); |
| 41 | 42 | require_once(KT_LIB_DIR . '/browse/columnregistry.inc.php'); |
| 42 | 43 | |
| ... | ... | @@ -180,4 +181,4 @@ class ManageViewDispatcher extends KTAdminDispatcher { |
| 180 | 181 | |
| 181 | 182 | } |
| 182 | 183 | |
| 183 | -?> | |
| 184 | 184 | \ No newline at end of file |
| 185 | +?> | ... | ... |