projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72e6da0
)
Fix variable name.
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 23 Jan 2009 17:43:53 +0000
(10:43 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 23 Jan 2009 17:43:53 +0000
(10:43 -0700)
chora/browse.php
patch
|
blob
|
history
diff --git
a/chora/browse.php
b/chora/browse.php
index
049bf67
..
fa94dbf
100644
(file)
--- 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();