I updated to Magento 1.9.2.2 the other day and it has caused the admin section of a module I build to throw a 404.
Below is my admin section in config.xml file for the module.
<config>
-----------
<admin>
<routers>
<bannerslider>
<use>admin</use>
<args>
<module>Compnay_Bannerslider</module>
<frontName>bannerslider</frontName>
</args>
</bannerslider>
</routers>
</admin>
--------------
</config>
Can someone help?