Commit fef2979b5ec33329f3ed2e2b26cbe15dd9d4545a
1 parent
d0af8d05
KTS-1739
"Make the PDFPlugin register automatically" Done. Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6327 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
plugins/ktstandard/PDFGeneratorPlugin.php
| @@ -30,6 +30,7 @@ require_once('PDFGeneratorAction.php'); | @@ -30,6 +30,7 @@ require_once('PDFGeneratorAction.php'); | ||
| 30 | 30 | ||
| 31 | class PDFGeneratorPlugin extends KTPlugin | 31 | class PDFGeneratorPlugin extends KTPlugin |
| 32 | { | 32 | { |
| 33 | + var $autoRegister = true; | ||
| 33 | var $sNamespace = 'ktstandard.pdf.plugin'; | 34 | var $sNamespace = 'ktstandard.pdf.plugin'; |
| 34 | 35 | ||
| 35 | function PDFGeneratorPlugin($sFilename = null) { | 36 | function PDFGeneratorPlugin($sFilename = null) { |