projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe03f62
)
Fix variable typo.
author
Jan Schneider
<jan@horde.org>
Mon, 14 Sep 2009 13:00:34 +0000
(15:00 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 14 Sep 2009 13:00:34 +0000
(15:00 +0200)
framework/Release/lib/Horde/Release.php
patch
|
blob
|
history
diff --git
a/framework/Release/lib/Horde/Release.php
b/framework/Release/lib/Horde/Release.php
index
48b8d85
..
f95d58a
100644
(file)
--- a/
framework/Release/lib/Horde/Release.php
+++ b/
framework/Release/lib/Horde/Release.php
@@
-560,7
+560,7
@@
class Horde_Release
$links = array();
$links[] = array('label' => 'Tar/GZ',
'location' => "ftp://ftp.horde.org/pub/$module/{$this->_tarballName}");
- if (!empty($url_chang
l
elog)) {
+ if (!empty($url_changelog)) {
$links[] = array('label' => 'Changelog',
'location' => $url_changelog);
}