wrong type comparison (string, int) which was the cause of the last problem.
This commit is contained in:
		| @@ -6,7 +6,7 @@ function can_write_wall(&$a,$owner) { | ||||
|                 return false; | ||||
| 		$uid = get_uid(); | ||||
|  | ||||
|         if(($uid) && ($uid === $owner)) { | ||||
|         if(($uid) && ($uid == $owner)) { | ||||
|                 return true; | ||||
| 		} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user