mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix typos
This commit is contained in:
@@ -70,8 +70,8 @@ class ImportScripts::Drupal < ImportScripts::Base
|
|||||||
n.created created,
|
n.created created,
|
||||||
n.sticky sticky,
|
n.sticky sticky,
|
||||||
nr.body body
|
nr.body body
|
||||||
FROM node n,
|
FROM node n
|
||||||
LEFT JOIN node_revision nr ON nr.vid=n.vid
|
LEFT JOIN node_revisions nr ON nr.vid=n.vid
|
||||||
WHERE n.type = 'blog'
|
WHERE n.type = 'blog'
|
||||||
AND n.status = 1
|
AND n.status = 1
|
||||||
", cache_rows: false)
|
", cache_rows: false)
|
||||||
|
|||||||
Reference in New Issue
Block a user