diff --git a/www/checktable.php b/www/checktable.php index 3b114b0034..def1904afa 100644 --- a/www/checktable.php +++ b/www/checktable.php @@ -61,6 +61,8 @@ if(!file_exists($checkFileName) or (time() - filemtime($checkFileName)) > 60 * 1 $lang = new stdclass(); $lang->misc = new stdclass(); +$lang->storyCommon = ''; +$lang->urCommon = ''; include "../module/misc/lang/{$clientLang}.php"; if($status == 'createFile') { @@ -117,10 +119,7 @@ else