git-svn-id: http://xe-core.googlecode.com/svn/trunk@302 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-07 08:59:25 +00:00
parent 7407e0e16e
commit b22aeaf783
9 changed files with 49 additions and 14 deletions

View file

@ -23,7 +23,8 @@
$args->layout = Context::get('layout');
$args->title = Context::get('title');
$oDB->executeQuery("layout.insertLayout", $args);
$output = $oDB->executeQuery("layout.insertLayout", $args);
if(!$output->toBool()) return $output;
$this->add('layout_srl', $args->layout_srl);
}