Ignore:
Timestamp:
09/06/10 21:52:15 (21 months ago)
Author:
vain
Message:
  • minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/filters/maintenance.filter.php

    r4599 r4614  
    7070            $html = $smarty->fetch( ROOT_THEMES . 'core/templates/maintenance.tpl', true); 
    7171 
    72             $response::setContent($html); 
    73             $response::flush(); 
     72            $response->setContent($html); 
     73            $response->flush(); 
    7474            exit(); 
    7575        } 
Note: See TracChangeset for help on using the changeset viewer.