diff --git a/actions/doc.php b/actions/doc.php index 0697b25d4f..0ace042466 100644 --- a/actions/doc.php +++ b/actions/doc.php @@ -27,7 +27,7 @@ class DocAction extends Action { parent::handle($args); $title = $this->trimmed('title'); $filename = INSTALLDIR.'/doc/'.$title; - if (!file_exists()) { + if (!file_exists($filename)) { common_user_error(_t('No such document.')); return; }