Show
Ignore:
Timestamp:
11/24/07 14:31:28 (6 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.googlecheckout/files/lib/system/event/listener/DonationAddFormGoogleCheckoutListener.class.php

    r104 r108  
    2424                $this->eventObj = $eventObj; 
    2525                 
    26                 if($this->eventObj->system != $this->system) { 
     26                if($this->eventObj->system != '' && $this->eventObj->system != $this->system) { 
    2727                        return; 
    2828                } 
     
    4343                                WCF::getTPL()->assign(array( 
    4444                                        'donation_system' => $this->system, 
    45                                         'donation_icon' => RELATIVE_WCF_DIR.'icon/donation_googlecheckout.png', 
    46                                         'donation_title' => WCF::getLanguage()->get('wcf.acp.option.category.donation.plugins.googlecheckout'), 
    47                                         'donation_description' => WCF::getLanguage()->get('wcf.acp.option.category.donation.plugins.googlecheckout.description') 
     45                                        'donation_icon' => RELATIVE_WCF_DIR.'icon/googlecheckout96.png', 
     46                                        'donation_title' => WCF::getLanguage()->get('wcf.donation.category.donation.plugins.googlecheckout'), 
     47                                        'donation_description' => WCF::getLanguage()->get('wcf.donation.category.donation.plugins.googlecheckout.description') 
    4848                                )); 
    4949