X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/76e9012a55abbbe190c2c97d25a17ec87426e687..41811556ca2ca3ca29191bee012c35e5f40a3995:/nieuws/index.php diff --git a/nieuws/index.php b/nieuws/index.php index 18416b3..0f81de2 100644 --- a/nieuws/index.php +++ b/nieuws/index.php @@ -11,7 +11,7 @@ if ($page and !is_numeric($page)) { if ($edit) { $Article->title = $edit; } - if ($Article->file) { + if (isset($Article->raw)) { $Place['description'] = $Article->teaser; } $Place[1] = ' '.$Article->date.'';