Skip to content

Commit

Permalink
Fix for url generate
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayver committed Sep 20, 2013
1 parent 7a3254d commit d034537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/find_pages/find_pages.register.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

find_register_source(
'page',
array('page', array('al={page_alias}', 'id={page_id}')),
array('page', array('c={page_cat}&al={page_alias}', 'c={page_cat}&id={page_id}')),
"{$db_x}pages",
array(
'page_title',
Expand All @@ -24,4 +24,4 @@
'page_begin'
);

?>
?>

0 comments on commit d034537

Please sign in to comment.