Typo in CAT name

This commit is contained in:
Darko
2014-06-17 09:20:57 +02:00
parent 8e0c5b8f04
commit ef3e7b8714
+1 -1
View File
@@ -893,7 +893,7 @@ Class ProcessAdditional
} // Check if it's alt.binaries.u4e file.
else if (in_array($this->_releaseGroupName, array('alt.binaries.u4e', 'alt.binaries.mom')) &&
preg_match('/Linux_2rename\.sh/i', $file) &&
$this->_release['categoryID'] == Category::CAT_OTHER_MISC
$this->_release['categoryID'] == Category::CAT_MISC_OTHER
) {
$this->_processU4ETitle($file);
} // If we have GNU file, check the type of file and process it.