瀏覽代碼

A tiny typo

Signed-off-by: jdarwood007 <[email protected]>
jdarwood007 10 年之前
父節點
當前提交
f5a002477f
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      .gitignore
  2. 1 1
      Sources/Subs-Package.php

+ 3 - 0
.gitignore

@@ -5,6 +5,9 @@ cache/data*.php
 Packages/backups/*
 Packages/temp
 *.*~
+Packages/*.tgz
+Packages/*.tar.gz
+Packages/*.zip
 
 # Compiled source #
 ###################

+ 1 - 1
Sources/Subs-Package.php

@@ -384,7 +384,7 @@ function url_exists($url)
  */
 function loadInstalledPackages()
 {
-	global $boarddir, $packagesdir $smcFunc;
+	global $boarddir, $packagesdir, $smcFunc;
 
 	// First, check that the database is valid, installed.list is still king.
 	$install_file = implode('', file($packagesdir . '/installed.list'));