瀏覽代碼

reverted so branch is consistent for patch

Matthew Vale 10 年之前
父節點
當前提交
ffdc8cc8aa
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      core/databases/app_defaults.php

+ 0 - 3
core/databases/app_defaults.php

@@ -131,9 +131,6 @@ if ($domains_processed == 1) {
 			if (strlen($_SESSION['switch']['sounds']['dir']) > 0) {
 				$tmp .= correct_path("	sounds_dir = [[".$_SESSION['switch']['sounds']['dir']."]];\n");
 			}
-			if (strlen($_SESSION['switch']['phrases']['dir']) > 0) {
-				$tmp .= correct_path("	phrases_dir = [[".$_SESSION['switch']['phrases']['dir']."]];\n");
-			}
 			if (strlen($_SESSION['switch']['db']['dir']) > 0) {
 				$tmp .= correct_path("	database_dir = [[".$_SESSION['switch']['db']['dir']."]];\n");
 			}