Added missing variable definition
authorMarcel Werk <burntime@woltlab.com>
Thu, 28 May 2015 13:40:45 +0000 (15:40 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 28 May 2015 13:40:45 +0000 (15:40 +0200)
wcfsetup/install/files/lib/acp/page/PaidSubscriptionTransactionLogPage.class.php

index bc5947ec873c97e9180e910a8edd8b4c2e17a7fd..6e8e7775c6debd93b6da1cf967f921c58a6e724f 100644 (file)
@@ -31,6 +31,18 @@ class PaidSubscriptionTransactionLogPage extends AbstractPage {
         */
        public $neededPermissions = array('admin.paidSubscription.canManageSubscription');
        
+       /**
+        * log entry id
+        * @var integer
+        */
+       public $logID = 0;
+       
+       /**
+        * log entry object
+        * @var\wcf\data\paid\subscription\transaction\log\PaidSubscriptionTransactionLog
+        */
+       public $log = null;
+       
        /**
         * @see \wcf\page\IPage::readParameters()
         */