includes/wikiengine/Render/Plain/Include.php
author Dan
Sun, 09 Nov 2008 18:21:30 -0500
changeset 737 919bcdde5f2a
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed exception handling from session->fetch_page_acl() in ACL trace server side

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