Skip to content

Commit

Permalink
Fixes #1291
Browse files Browse the repository at this point in the history
  • Loading branch information
xerora committed Nov 27, 2013
1 parent 38804a9 commit 1a70595
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/tags/tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

defined('COT_CODE') && defined('COT_PLUG') or die('Wrong URL');

$a = cot_import('a', 'G', 'ALP');
$a = empty($a) ? 'all' : $a;
$qs = cot_import('t', 'G', 'TXT');
if(empty($qs)) $qs = cot_import('t', 'P', 'TXT');
$qs = str_replace('-', ' ', $qs);
Expand Down

0 comments on commit 1a70595

Please sign in to comment.