Changeset 510
- Timestamp:
- 05/13/08 14:30:20 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
application.register/files/lib/system/event/listener/ApplicationRegisterListener.class.php
r504 r510 38 38 )); 39 39 //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) { 41 41 WCF::getTPL()->append('userMessages', WCF::getTPL()->fetch('applicationRegister')); 42 42 }
