We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebcd624 commit e6395baCopy full SHA for e6395ba
lib/Legacy/Model.php
@@ -40,8 +40,7 @@ public function getPages()
40
$this->handler->quoteColumn('data_type_string', 'ezcontentobject_attribute'),
41
$select->bindValue('ezpage', null, PDO::PARAM_STR)
42
)
43
- )
44
- ->where('data_text IS NOT NULL');
+ );
45
46
$query = $select->prepare();
47
$query->execute();
0 commit comments