| @@ -129,11 +129,9 @@ | ||
| 129 | 129 | $content .= "{$homeRoot}index.php?uamfiletype={$objectType}&uamgetfile=$1&$2 [QSA,L]\n"; |
| 130 | 130 | $content .= "RewriteRule ^(.*)\\?(.*)$ {$homeRoot}index.php?uamgetfile=$1&$2 [QSA,L]\n"; |
| 131 | 131 | $content = $this->applyFilters($content); |
| 132 | 132 | |
| 133 | - $content = "<IfModule mod_rewrite.c>\n$content</IfModule>\n"; | |
| 134 | - | |
| 135 | - return $content; | |
| 133 | + return "<IfModule mod_rewrite.c>\n$content</IfModule>\n"; | |
| 136 | 134 | } |
| 137 | 135 | |
| 138 | 136 | /** |
| 139 | 137 | * Returns the htaccess file name with path. |