From fef2979b5ec33329f3ed2e2b26cbe15dd9d4545a Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Mon, 26 Feb 2007 07:16:18 +0000 Subject: [PATCH] KTS-1739 "Make the PDFPlugin register automatically" Done. --- plugins/ktstandard/PDFGeneratorPlugin.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/plugins/ktstandard/PDFGeneratorPlugin.php b/plugins/ktstandard/PDFGeneratorPlugin.php index 2c8f791..a783702 100644 --- a/plugins/ktstandard/PDFGeneratorPlugin.php +++ b/plugins/ktstandard/PDFGeneratorPlugin.php @@ -30,6 +30,7 @@ require_once('PDFGeneratorAction.php'); class PDFGeneratorPlugin extends KTPlugin { + var $autoRegister = true; var $sNamespace = 'ktstandard.pdf.plugin'; function PDFGeneratorPlugin($sFilename = null) { -- libgit2 0.21.4