Bid history refresh added (by ajax)/ Ajax root class added
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/trunk@27 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @copyright
|
||||
* @link
|
||||
*
|
||||
* @copyright
|
||||
* @link
|
||||
* @package Majestic
|
||||
* @subpackage PageController
|
||||
* @since
|
||||
* @since
|
||||
* @version SVN: $Id$
|
||||
* @filesource $URL$
|
||||
*/
|
||||
@ -21,8 +21,9 @@ final class PageController
|
||||
{
|
||||
try {
|
||||
$this->route = Load::router()->proccess(MJ_PATH);
|
||||
$action = new $this->route->action;
|
||||
$decorator = new $this->route->decorator;
|
||||
return $decorator->display(new $this->route->action);
|
||||
return $decorator->display($action);
|
||||
} catch (MJException $e) {
|
||||
return $e->terminate();
|
||||
} catch (Exception $e) {
|
||||
|
Reference in New Issue
Block a user