Set component params instead of SetModuleMessage
This commit is contained in:
		| @ -191,7 +191,8 @@ | ||||
|             } | ||||
|             else | ||||
|             { | ||||
|                 _message.SetModuleMessage("You Must Select An Image To Insert", MessageType.Warning); | ||||
|                 _message.Message = "You Must Select An Image To Insert"; | ||||
|                 _message.Type = MessageType.Warning; | ||||
|             } | ||||
|         } | ||||
|         else | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 hishamco
					hishamco