Issue 1321 fixed languages of module install and update

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10310 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2012-03-05 06:10:50 +00:00
parent 3257297dbb
commit fab30803b4
6 changed files with 46 additions and 15 deletions

View file

@ -78,7 +78,7 @@
if(!$oDB->isColumnExists("module_config", "site_srl")) return true;
if(!is_dir('./files/ruleset')) return true;
return true;
return false;
}