diff options
author | Paul Arthur <flowerysong00@yahoo.com> | 2011-04-18 15:12:42 -0400 |
---|---|---|
committer | Paul Arthur <flowerysong00@yahoo.com> | 2011-04-18 15:12:42 -0400 |
commit | 04d77b1a7c56be433833421eb4972355265e9fd6 (patch) | |
tree | d648cdf957de1b37ef5f00ab2af471f5d111a6bc /docs | |
parent | 36bc6d51071ed7d3c28106a9c982dae5e0679557 (diff) | |
download | ampache-04d77b1a7c56be433833421eb4972355265e9fd6.tar.gz ampache-04d77b1a7c56be433833421eb4972355265e9fd6.tar.bz2 ampache-04d77b1a7c56be433833421eb4972355265e9fd6.zip |
Fix display not updating during catalog updates.
Consistently use $this instead of $catalog or (no longer set) local
variables that duplicated class variables in the templates, minor
quoting cosmetics.
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 80792b38..97d00a44 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,7 @@ -------------------------------------------------------------------------- v.3.6-Alpha1 + - Fixed display during catalog updates (reported by Demonic) - Fixed duplicate searching (patch from Demonic) - byterange handling for ranges starting with 0 (patch from uberbrady) - Fixed issue with updating ACLs under Windows (reported by Citlali) |