mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 19:43:16 +00:00
Cleanup namepaces, variables uses
This commit is contained in:
@@ -37,7 +37,6 @@ class sphinx_configuration
|
||||
{
|
||||
$available_charsets = array();
|
||||
$dir = __DIR__ . '/charsetTable/';
|
||||
$registry = $this->app['phraseanet.registry'];
|
||||
foreach (new RecursiveIteratorIterator(new RecursiveDirectoryIterator($dir), RecursiveIteratorIterator::LEAVES_ONLY) as $file) {
|
||||
if ($file->isDir() || strpos($file->getPathname(), '/.svn/') !== false) {
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user