correction bug table_exists
[mtweb] / mw / out / default / content.php
1 <?php
2
3   if($layout["content"] && $this->out_file_exists($layout["content"])) require $this->out_file($layout["content"]);
4
5 ?>