Fix variable name.
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 23 Jan 2009 17:43:53 +0000 (10:43 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 23 Jan 2009 17:43:53 +0000 (10:43 -0700)
chora/browse.php

index 049bf67..fa94dbf 100644 (file)
@@ -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();