Changeset 155
- Timestamp:
- 01/02/08 13:40:20 (5 years ago)
- Files:
-
- 1 modified
-
donation/files/lib/form/DonationAddForm.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
donation/files/lib/form/DonationAddForm.class.php
r108 r155 13 13 public $system = ''; 14 14 public $step = 0; 15 public $spider = true; 15 16 16 17 /** … … 30 31 parent::assignVariables(); 31 32 32 WCF::getTPL()->assign('system', $this->system); 33 WCF::getTPL()->assign('step', $this->step); 33 WCF::getTPL()->assign(array( 34 'system' => $this->system, 35 'step' => $this->step, 36 'allowSpidersToIndexThisPage' => $this->spider 37 )); 34 38 } 35 39
