Changes in the way categorization is done.

This commit is contained in:
Darko
2014-06-25 13:49:19 +02:00
parent 1e90f0fd8d
commit 175f822b48
11 changed files with 1853 additions and 51 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ Class ProcessAdditional
$this->_archiveInfo = new ArchiveInfo();
$this->_releaseFiles = new ReleaseFiles();
$this->_nameFixer = new NameFixer($this->_echoCLI);
$this->_categorize = new Category();
$this->_categorize = new Categorize();
$this->_releaseExtra = new ReleaseExtra();
$this->_releaseImage = new ReleaseImage();
$this->_par2Info = new Par2Info();