includes/wikiengine/Render/Plain/Include.php
author Dan
Thu, 16 Apr 2009 21:01:47 -0400
changeset 934 ebefca69f3fd
parent 1 fe660c52c48f
permissions -rw-r--r--
Made upgrades from 1.0.6 work.

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