Skip to content

Commit e6395ba

Browse files
author
test
committed
Fixed so that all ezflow rows are migrated to landingpage
1 parent ebcd624 commit e6395ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Legacy/Model.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ public function getPages()
4040
$this->handler->quoteColumn('data_type_string', 'ezcontentobject_attribute'),
4141
$select->bindValue('ezpage', null, PDO::PARAM_STR)
4242
)
43-
)
44-
->where('data_text IS NOT NULL');
43+
);
4544

4645
$query = $select->prepare();
4746
$query->execute();

0 commit comments

Comments
 (0)