Language ID rework

This commit is contained in:
Deon George
2012-07-30 15:10:58 +10:00
parent 5697e7985b
commit 7b0e87d28c
12 changed files with 51 additions and 13 deletions

View File

@@ -13,7 +13,7 @@
class Config extends lnApp_Config {
// Our setup object
public $so;
public static $no_site_id_tables = array('setup','country','currency','tax');
public static $no_site_id_tables = array('setup','country','currency','language','tax');
/**
* Load our site configuration from the DB