From: Michael M Slusarz Date: Fri, 23 Jan 2009 17:43:53 +0000 (-0700) Subject: Fix variable name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0bb02c07bd16eeeba5395348b184cfa9feeefb8e;p=horde.git Fix variable name. --- 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();