Update false evaluations #464

Merged
zeroadam merged 2 commits from ConfigFalse into master 2017-12-06 22:31:00 +01:00
zeroadam commented 2017-12-06 22:03:21 +01:00 (Migrated from github.com)

update false to is_null where needed.

related to https://github.com/friendica/friendica/issues/4020

update false to is_null where needed. related to https://github.com/friendica/friendica/issues/4020
annando (Migrated from github.com) approved these changes 2017-12-06 22:04:48 +01:00
MrPetovan (Migrated from github.com) requested changes 2017-12-06 22:14:02 +01:00
MrPetovan (Migrated from github.com) left a comment

Please use the default parameter of Config::get() plus formatting changes.

Please use the default parameter of `Config::get()` plus formatting changes.
zeroadam commented 2017-12-06 22:17:25 +01:00 (Migrated from github.com)

I knew there were going to be places to use that default, but I wasn't sure exactly!

I knew there were going to be places to use that default, but I wasn't sure exactly!
MrPetovan commented 2017-12-06 22:20:27 +01:00 (Migrated from github.com)

It's a very good parameter, makes the code look cleaner!

It's a very good parameter, makes the code look cleaner!
zeroadam commented 2017-12-06 22:27:21 +01:00 (Migrated from github.com)

I'll get the hang of them!

I'll get the hang of them!
MrPetovan (Migrated from github.com) approved these changes 2017-12-06 22:30:50 +01:00
Sign in to join this conversation.
No description provided.