Ignore:
Timestamp:
Jan 9, 2016, 12:33:50 PM (9 years ago)
Author:
chronos
Message:
  • Moved: Generic class Page is now part of Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/View.php

    r782 r783  
    125125  function GetOutput($Page)
    126126  {
     127    $Page->OnSystemMessage = array($this->System->BaseView, 'SystemMessage');
     128
    127129    $Output = $Page->Show();
    128130    if($Page->ClearPage == false)
Note: See TracChangeset for help on using the changeset viewer.