diff --git a/autoblogs/autoblog.php b/autoblogs/autoblog.php index 1e78385..90071cc 100644 --- a/autoblogs/autoblog.php +++ b/autoblogs/autoblog.php @@ -466,6 +466,7 @@ class VroumVroum_Blog $res = $this->articles->query('SELECT id, uri, title, content FROM articles WHERE content LIKE \'%'.$this->articles->escapeString($query).'%\' + OR title LIKE \'%'.$this->articles->escapeString($query).'%\' ORDER BY id DESC LIMIT 0,100;');