Commit c1ae68cf983992994d3496104753c929fd0b0196
1 parent
c2812550
Give correct path to the implementation of the subscription portlet
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5491 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/ktstandard/KTSubscriptions.php
| ... | ... | @@ -50,7 +50,7 @@ class KTSubscriptionPlugin extends KTPlugin { |
| 50 | 50 | |
| 51 | 51 | function setup() { |
| 52 | 52 | $this->registerPortlet('browse', 'KTSubscriptionPortlet', |
| 53 | - 'ktcore.portlets.subscription', '/plugins/ktcore/KTPortlets.php'); | |
| 53 | + 'ktcore.portlets.subscription', __FILE__); | |
| 54 | 54 | $this->registerAction('documentsubscriptionaction', 'KTDocumentSubscriptionAction', |
| 55 | 55 | 'ktstandard.subscription.documentsubscription'); |
| 56 | 56 | $this->registerAction('documentsubscriptionaction', 'KTDocumentUnsubscriptionAction', | ... | ... |