projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb21213
)
Slightly better error message when a repository slug isn't found. Still need to catch...
author
Chuck Hagenbuch
<chuck@horde.org>
Mon, 18 Oct 2010 00:55:17 +0000
(20:55 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Mon, 18 Oct 2010 00:55:17 +0000
(20:55 -0400)
chora/lib/Application.php
patch
|
blob
|
history
diff --git
a/chora/lib/Application.php
b/chora/lib/Application.php
index
1e7db1e
..
e3d7d28
100644
(file)
--- a/
chora/lib/Application.php
+++ b/
chora/lib/Application.php
@@
-108,7
+108,7
@@
class Chora_Application extends Horde_Registry_Application
}
if (!isset($sourceroots[$acts['rt']])) {
- throw new Chora_Exception(
_("Malformed URL"
));
+ throw new Chora_Exception(
sprintf(_("The repository with the slug '%s' was not found"), $acts['rt']
));
}
$sourcerootopts = $sourceroots[$acts['rt']];