Show
Ignore:
Timestamp:
11/24/07 14:31:28 (5 years ago)
Author:
d0nut
Message:
  • first effort: all packages are installable
  • second effort: the concept works
  • what follows: the implementation ;)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • donation/optionals/de.easy-coding.wcf.donation.phone/files/lib/system/event/listener/DonationAddFormPhoneListener.class.php

    r104 r108  
    2121                $this->eventObj = $eventObj; 
    2222                 
    23                 if($this->eventObj->system != $this->system) { 
     23                if($this->eventObj->system != '' && $this->eventObj->system != $this->system) { 
    2424                        return; 
    2525                } 
     
    4040                                WCF::getTPL()->assign(array( 
    4141                                        'donation_system' => $this->system, 
    42                                         'donation_icon' => '', 
     42                                        'donation_icon' => RELATIVE_WCF_DIR.'icon/donation_phone.png','', 
    4343                                        'donation_title' => WCF::getLanguage()->get('wcf.donation.category.donation.plugins.phone'), 
    4444                                        'donation_description' => WCF::getLanguage()->get('wcf.donation.category.donation.plugins.phone.description')