fixed some test code

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10311 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2012-03-05 06:27:14 +00:00
parent fab30803b4
commit 1112889be4

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;
}