diff options
Diffstat (limited to '')
-rw-r--r-- | include/constants.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants.php b/include/constants.php index 26bf5b0f1..eb4611f32 100644 --- a/include/constants.php +++ b/include/constants.php @@ -104,5 +104,7 @@ if (!defined('OLD_PERMALINKS_TABLE')) define('OLD_PERMALINKS_TABLE', $prefixeTable.'old_permalinks'); if (!defined('THEMES_TABLE')) define('THEMES_TABLE', $prefixeTable.'themes'); +if (!defined('LANGUAGES_TABLE')) + define('LANGUAGES_TABLE', $prefixeTable.'languages'); ?>
\ No newline at end of file |