Show
Ignore:
Timestamp:
01/02/06 22:19:42 (6 years ago)
Author:
john
Message:

more bug fixes for scaffolding and added input filtering

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/dispatcher.php

    r96 r107  
    2727    function dispatch() { 
    2828        try { 
     29            InputFilter::process_all(array(),array(),1,1); 
    2930            Session::start(); 
    3031            $ac = new ActionController();