Changeset 510

Show
Ignore:
Timestamp:
05/13/08 14:30:20 (5 years ago)
Author:
Marc
Message:

Refix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • application.register/files/lib/system/event/listener/ApplicationRegisterListener.class.php

    r504 r510  
    3838            )); 
    3939        //Hier wird das Template in dem Platzhalter userMessages integriert. 
    40                         if (strpos(WCF::getTPL()->get('userMessages'), WCF::getTPL()->fetch('applicationRegister')) == false) { 
     40                        if (strpos(WCF::getTPL()->get('userMessages'), WCF::getTPL()->fetch('applicationRegister')) === false) { 
    4141                                WCF::getTPL()->append('userMessages', WCF::getTPL()->fetch('applicationRegister')); 
    4242                        }