mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 17:41:01 +00:00
7c04b7396a
First, the setParameter() were done on the same parameter which in fact just duplicated the condition in the SQL query (like `where t.label = 'test' and t.label = 'test'`. Changed the parameter doesn't help because the query was then wrong. Changing the way to match associated tags for an entry and it worked. |
||
---|---|---|
.. | ||
ConfigControllerTest.php | ||
EntryControllerTest.php | ||
ExportControllerTest.php | ||
RssControllerTest.php | ||
SecurityControllerTest.php | ||
SettingsControllerTest.php | ||
SiteCredentialControllerTest.php | ||
StaticControllerTest.php | ||
TagControllerTest.php |