Browse Source

Typo

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 11 năm trước cách đây
mục cha
commit
55dcfa34d5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Sources/Subs-Db-sqlite3.php

+ 1 - 1
Sources/Subs-Db-sqlite3.php

@@ -539,7 +539,7 @@ function smf_db_num_fields($handle)
 */
 function smf_db_escape_string($string)
 {
-	return SQLite3::escapeString();
+	return SQLite3::escapeString($string);
 }
 
 /**