mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 12:36:02 +01:00 
			
		
		
		
	navigation cleanup
This commit is contained in:
		@@ -246,7 +246,7 @@ adminController.sounds.get = function(req, res, next) {
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
adminController.navigation.get = function(req, res, next) {
 | 
			
		||||
	require('../navigation/admin').get(function(err, data) {
 | 
			
		||||
	require('../navigation/admin').getAdmin(function(err, data) {
 | 
			
		||||
		if (err) {
 | 
			
		||||
			return next(err);
 | 
			
		||||
		}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user