root/taggingreloaded/optionals/de.easy-coding.wbb.taggingreloaded/files/lib/system/event/listener/TaggingReloadedWBBMessageFormListener_WCF.class.php @ 94

Revision 94, 481 bytes (checked in by d0nut, 6 years ago)

fixes for wbb.taggingreloaded 0.4.1: installation in non-standard-directory is possible

Line 
1<?php
2// wcf imports
3require_once(WCF_DIR.'lib/system/event/EventListener.class.php');
4require_once(WCF_DIR.'lib/system/event/listener/TaggingReloadedMessageFormListener.class.php');
5
6/**
7 * Displays the tab for tagging
8 *
9 * @author      Torben Brodt
10 * @package     de.easy-coding.wbb.taggingreloaded
11 * @license     GNU General Public License <http://opensource.org/licenses/gpl-3.0.html>
12 */
13class TaggingReloadedWBBMessageFormListener_WCF extends TaggingReloadedMessageFormListener {
14}
15?>
Note: See TracBrowser for help on using the browser.