mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	added reputation to /account
This commit is contained in:
		| @@ -39,7 +39,8 @@ var	config = require('../config.js'), | ||||
| 		RDB.db.hgetall(String(uid), function(err, data){ | ||||
| 			if(err === null) | ||||
| 			{ | ||||
| 				delete data['password']; | ||||
| 				if(data && data['password']) | ||||
| 					delete data['password']; | ||||
| 				callback(data); | ||||
| 			} | ||||
| 			else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user