includes/wikiengine/Render/Plain/Include.php
author Dan
Fri, 17 Apr 2009 08:40:48 -0400
changeset 936 41090c4d2648
parent 1 fe660c52c48f
permissions -rw-r--r--
Made handling of $perms being non-object work properly in template

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