includes/wikiengine/Render/Plain/Include.php
author Dan
Mon, 18 Feb 2008 16:13:56 -0500
changeset 425 fa51b1b5eae6
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed typo in ban logic

<?php
class Text_Wiki_Render_Plain_Include extends Text_Wiki_Render {    
    function token()
    {
        return '';
    }
}
?>