Fix variable typo.
authorJan Schneider <jan@horde.org>
Mon, 14 Sep 2009 13:00:34 +0000 (15:00 +0200)
committerJan Schneider <jan@horde.org>
Mon, 14 Sep 2009 13:00:34 +0000 (15:00 +0200)
framework/Release/lib/Horde/Release.php

index 48b8d85..f95d58a 100644 (file)
@@ -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_changlelog)) {
+        if (!empty($url_changelog)) {
             $links[] =  array('label' => 'Changelog',
                               'location' => $url_changelog);
         }