forked from GNUsocial/gnu-social
		
	move the null assignment of $orig up a bit
This commit is contained in:
		| @@ -87,10 +87,10 @@ class Spam_score extends Managed_DataObject | ||||
|  | ||||
|     function save($notice, $result) { | ||||
|  | ||||
|         $orig  = null; | ||||
|         $score = Spam_score::staticGet('notice_id', $notice->id); | ||||
|  | ||||
|         if (empty($score)) { | ||||
|             $orig  = null; | ||||
|             $score = new Spam_score(); | ||||
|         } else { | ||||
|             $orig = clone($score); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user