merge mass tagger

This commit is contained in:
Shish
2012-01-31 14:28:34 +00:00
11 changed files with 178 additions and 6 deletions

View File

@ -990,7 +990,7 @@ function _get_page_request() {
global $config;
$args = _get_query_parts();
if( empty($args) || strlen($args[0]) === 0) {
if(empty($args) || strlen($args[0]) === 0) {
$args = explode('/', $config->get_string('front_page'));
}