Commit a7591ee79bb3a53d3658246f0524cf2c1eb33ff2
1 parent
f79f6d32
Include KTDashletPlugins.php for dashboard dashlets.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4248 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
plugins/ktcore/KTCorePlugin.php
| ... | ... | @@ -16,6 +16,7 @@ require_once('KTFolderActions.php'); |
| 16 | 16 | require_once('KTPortlets.php'); |
| 17 | 17 | require_once('KTPermissions.php'); |
| 18 | 18 | require_once('KTAdminPlugins.php'); |
| 19 | +require_once('KTDashletPlugins.php'); | |
| 19 | 20 | |
| 20 | 21 | $oPlugin->registerAdminPage('authentication', 'KTAuthenticationAdminPage', 'principals', 'Authentication', 'FIXME: describe authentication', 'authentication/authenticationadminpage.inc.php'); |
| 21 | 22 | ... | ... |