ソースを参照

Use Get Lang Function

own3mall 8 年 前
コミット
fc0d003bdc
1 ファイル変更1 行追加1 行削除
  1. 1 1
      modules/update/updating.php

+ 1 - 1
modules/update/updating.php

@@ -269,7 +269,7 @@ function exec_ogp_module()
 				{
 					update_module($db, $row['id'], $row['folder']);
 				}
-				print_success(update_complete); 
+				print_success(get_lang("update_complete")); 
 				
 				if(function_exists("removeOldPanelFiles")){
 					removeOldPanelFiles();