diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-06-29 04:18:47 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-06-29 04:18:47 +0000 |
commit | 7b804afb55c3c7ffa70e6a4ed805cd740d75844d (patch) | |
tree | 0d8946f092b7331c4dbfac286ba336b30f02660f /lib/class/update.class.php | |
parent | f36287738376a542f38a6f8bd167600d50c38c77 (diff) | |
download | ampache-7b804afb55c3c7ffa70e6a4ed805cd740d75844d.tar.gz ampache-7b804afb55c3c7ffa70e6a4ed805cd740d75844d.tar.bz2 ampache-7b804afb55c3c7ffa70e6a4ed805cd740d75844d.zip |
Fix installation (base.js requires prototype). Also squelch a warning in update.
Diffstat (limited to 'lib/class/update.class.php')
-rw-r--r-- | lib/class/update.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/update.class.php b/lib/class/update.class.php index 2c24935e..b7b5a5ec 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -378,7 +378,7 @@ class Update { echo "</ul>\n"; - if (!$updated) { echo "<p align=\"center\">No Updates Needed [<a href=\"" . Config::get('web_path') . "\">Return</a>]</p>"; } + if (!isset($updated)) { echo "<p align=\"center\">No Updates Needed [<a href=\"" . Config::get('web_path') . "\">Return</a>]</p>"; } } // display_update /** |