Fix typos
This commit is contained in:
parent
bde42e397c
commit
a313ddf8e3
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue