Changeset 727:79ca2d441876 for plugins/pages/_public.php
- Timestamp:
- 09/20/11 07:40:56 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/_public.php
r306 r727 147 147 148 148 $redir = $_ctx->posts->getURL(); 149 $redir .= strpos($redir,'?') !== false? '&' : '?';149 $redir .= $core->blog->settings->system->url_scan == 'query_string' ? '&' : '?'; 150 150 151 151 try
Note: See TracChangeset
for help on using the changeset viewer.