X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/76e9012a55abbbe190c2c97d25a17ec87426e687..41811556ca2ca3ca29191bee012c35e5f40a3995:/login/index.php diff --git a/login/index.php b/login/index.php index fc721b1..5cfbded 100644 --- a/login/index.php +++ b/login/index.php @@ -43,10 +43,8 @@ if (empty($User)) { if (isset($_REQUEST['goto'])) { $target = ltrim($_REQUEST['goto'], '/'); $target = new ArchiveArticle("$target.html"); - if ($target->file) { - if ($target->title) { - $Article->title .= ' voor ' . $target->title; - } + if ($target->title) { + $Article->title .= ' voor ' . $target->title; } } return TRUE;