From 0bb02c07bd16eeeba5395348b184cfa9feeefb8e Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 23 Jan 2009 10:43:53 -0700 Subject: [PATCH] Fix variable name. --- chora/browse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chora/browse.php b/chora/browse.php index 049bf6746..fa94dbf56 100644 --- a/chora/browse.php +++ b/chora/browse.php @@ -13,7 +13,7 @@ require_once dirname(__FILE__) . '/lib/base.php'; if (!$atdir && !$VC->isFile($fullname)) { - Chora::fatal(sprintf(_("$s: no such file or directory"), $where), '404 Not Found'); + Chora::fatal(sprintf(_("$fullname: no such file or directory"), $where), '404 Not Found'); } $rev_ob = $VC->getRevisionObject(); -- 2.11.0