diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-14 07:12:15 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-14 07:12:15 +0000 |
commit | 641e7de6373bcbf7ffb5ac3a8b737fb31f4f33c7 (patch) | |
tree | 66d335c53b446971aeee36de7a2ba9e6504a302b /lib/class/vainfo.class.php | |
parent | 779f4bf4e560d7f415ea51a96ed547831745a8dc (diff) | |
download | ampache-641e7de6373bcbf7ffb5ac3a8b737fb31f4f33c7.tar.gz ampache-641e7de6373bcbf7ffb5ac3a8b737fb31f4f33c7.tar.bz2 ampache-641e7de6373bcbf7ffb5ac3a8b737fb31f4f33c7.zip |
catalog build technically works now, still working out some issues with the dynamic updating of the current state
Diffstat (limited to 'lib/class/vainfo.class.php')
-rwxr-xr-x | lib/class/vainfo.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/vainfo.class.php b/lib/class/vainfo.class.php index cdf793ab..e2212838 100755 --- a/lib/class/vainfo.class.php +++ b/lib/class/vainfo.class.php @@ -55,7 +55,7 @@ class vainfo { $this->encoding = $encoding; } else { - $this->encoding = conf('site_charset'); + $this->encoding = Config::get('site_charset'); } /* These are needed for the filename mojo */ |