Incorrect case close operands

This commit is contained in:
Yuriy Pikhtarev 2017-01-30 22:41:02 +03:00
commit a978ae260a
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
7 changed files with 22 additions and 19 deletions

View file

@ -84,7 +84,7 @@ switch ($ajax->action) {
require(INC_DIR . 'functions_group.php');
break;
case 'sitemap';
case 'sitemap':
require(CLASS_DIR . 'sitemap.php');
break;
}