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 da30dab commit 5f18a21Copy full SHA for 5f18a21
components/com_content/models/articles.php
@@ -268,7 +268,7 @@ protected function getListQuery()
268
{
269
/**
270
* If category is archived then article has to be published or archived.
271
- * Or categogy is published then article has to be archived.
+ * Or category is published then article has to be archived.
272
*/
273
$query->where('((c.published = 2 AND a.state > 0) OR (c.published = 1 AND a.state = 2))');
274
}
0 commit comments