Kaynağa Gözat

Typo

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 11 yıl önce
ebeveyn
işleme
55dcfa34d5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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);
 }
 
 /**