Skip to content

Commit 5f18a21

Browse files
author
Phil E. Taylor
authored
s/categogy/category (#35616)
1 parent da30dab commit 5f18a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/com_content/models/articles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ protected function getListQuery()
268268
{
269269
/**
270270
* If category is archived then article has to be published or archived.
271-
* Or categogy is published then article has to be archived.
271+
* Or category is published then article has to be archived.
272272
*/
273273
$query->where('((c.published = 2 AND a.state > 0) OR (c.published = 1 AND a.state = 2))');
274274
}

0 commit comments

Comments
 (0)