modxbot / migrate

A testground for migrating issues and other such fun
0 stars 0 forks source link

Make merge the default in setProperties() #10337

Open BobRay opened 10 years ago

BobRay commented 10 years ago

bobray created Redmine issue ID 10337

public function setProperties($properties, $merge = false) {

I'm suggesting $merge = true as the default.

It's a rare case when you want to trash the properties you're not setting.